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
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!
JavaScript
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