- Use this app as a starter code for your server in the full-stack project.
- Follow these steps to clone project to your local machine:
$ git clone https://github.com/sandrabosk/server-boilerplate.git
$ cd server-boilerplate
$ npm i
$ npm run dev
- To test your app, go to Postman. Now your routes will start with:
http://localhost:3001
$ npm i bcryptjs connect-mongo cors express-session passport passport-local