Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 584 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 584 Bytes

Shopping Cart API

CRUD API for a simple shopping cart application

Getting Started

  • Clone the repository
git clone https://github.com/TheSussex/shopping-cart.git
  • Install dependencies
cd shopping-cart
npm install
  • Download .env file and put it in the root folder.

  • Run the project

npm run dev

eslint

All eslint rules are configured through .eslintrc.json.

Running eslint

eslint has been configured in the .huskyrc file to run before every commit. You can also run it by calling the lint script

npm run lint  // runs only eslint