This is CRUD boilerplate which is built with Node+Express+Mongo+GraphQL.
npm install --no-optional
If you didn't installed nodemon
on your machine yet, please install it.
npm install -g nodemon
Initialize sample blog databse before you run.
npm run initdb
and
npm start
Open your browser, go to http://localhost:3000/
Drop database.
npm run dropdb
Reset database.
npm run revert