Skip to content

AaronDennis07/e-commerce-api

Repository files navigation

e-commerce-api

Setup

Create .env file and enter the following values

  • MONGO_URI= database url
  • PORT = 3000
  • JWT_SECRET = random string
  • JWT_LIFETIME= expiration time
  • COOKIE_SECRET = random string
  • NODE_ENV=development

Install dependencies

  • npm install or yarn add

Start the development server

  • npm run dev

Access API docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors