You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A starter boilerplate template created by Sami for Node.js, MongoDB (Mongoose), Passport.js (Local), authenticated routes & models setup. Uses JWT(Token) for authenticating requests and BCRYPT for hashing of passwords. Can be used with any front-end: React/React-Native/Vue.js/Angular.js and others!
Node/Express/Mongoose Backend for interacting with React-Native App
INSTALLATION:
Run npm install
Run npm start (uses nodemon) -- install prior to this
sudo mongod //starts up mongodb
ACCESS SHELL > mongo
About
A starter boilerplate template created by Sami for Node.js, MongoDB (Mongoose), Passport.js (Local), authenticated routes & models setup. Uses JWT(Token) for authenticating requests and BCRYPT for hashing of passwords. Can be used with any front-end: React/React-Native/Vue.js/Angular.js and others!