Secure encrypted authentication with JSON Web Tokens.
Powered by Resend, all you need is an API Key.
Deploy in seconds with docker.
To get started, clone the Mongate repositories to your local machine:
Frontend:
git clone https://github.com/colinguinane1/Mongate-Front-End.gitBackend:
git clone https://github.com/colinguinane1/Mongate-Back-End.gitFrontend:
cd Mongate-Front-End
npm installBackend:
cd Mongate-Back-End
npm installYou should have an app structure like this:
Back-end:
Front-end:
For more details visit the full documentation.