CRUD API for a simple shopping cart application
- 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
All eslint rules are configured through .eslintrc.json
.
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