sandrabosk / server-boilerplate-with-passport-auth-and-crud_v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Server - boilerplate

  • 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

Auth related npm packages

$ npm i bcryptjs connect-mongo cors express-session passport passport-local

About


Languages

Language:JavaScript 100.0%