Skip to content

Node+Express+Mongo+GraphQL CRUD with authentication boilerplate

License

Notifications You must be signed in to change notification settings

binzailani3136/CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD Boilerplate

This is CRUD boilerplate which is built with Node+Express+Mongo+GraphQL.

Installation.

npm install --no-optional

If you didn't installed nodemon on your machine yet, please install it.

npm install -g nodemon

Run.

Initialize sample blog databse before you run.

npm run initdb and npm start

Open your browser, go to http://localhost:3000/

Database

Drop database.

npm run dropdb

Reset database.

npm run revert

About

Node+Express+Mongo+GraphQL CRUD with authentication boilerplate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published