Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kaloraat helper tools to automate the creation of routes controllers models and authentication for react node apps - by ryan dhungel

kaloraat/kaloraat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generat NodeJs MongoDB API with Full Authentication in seconds 🐸

  • Ready to use API with login and register system
  • Includes forgot password and reset password feature
  • Folder structure includig routes and controllers

Install Globally

sudo npm i -g kaloraat

Create project

mkdir server
cd server
kaloraat-make-auth
Running project
  • 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
Generate route and controller file

kaloraat-make-route

Generate model

kaloraat-make-model

About

kaloraat helper tools to automate the creation of routes controllers models and authentication for react node apps - by ryan dhungel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published