- Ready to use API with login and register system
- Includes forgot password and reset password feature
- Folder structure includig routes and controllers
sudo npm i -g kaloraat
mkdir server
cd server
kaloraat-make-auth
- Update
config.js
with real mongodb connection uri and sendgrid api keys (for sending email) - Get inside your project and run
npm install
- Then run
npm start
to start your node server/API with full authentication - Visit http://localhost:8000/api to check your server/API running
kaloraat-make-route
kaloraat-make-model