Skip to content

TheSussex/shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

CRUD API for a simple shopping cart application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published