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.git
Backend:
git clone https://github.com/colinguinane1/Mongate-Back-End.git
Frontend:
cd Mongate-Front-End
npm install
Backend:
cd Mongate-Back-End
npm install
You should have an app structure like this:
Back-end:
Front-end:
For more details visit the full documentation.