/inotives-express-api-server

simple api server using express

Primary LanguageJavaScript

inotives express api server

This project is a boilerplate repo for starting API server with Express. it comes with:

  • Authenticate using passport + JWT to generate token to access authenticated PATH
  • Simple CORS setup

How to use

  • Clone the repo
  • CD into the repo
  • npm install to install all the dependencies
  • npm run init to setup some folders
  • open a new terminal window and run npm run start:db
  • go back to previous terminal and run npm run dev to start the dev environment