Skip to content

alejandroch1202/faker-store-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Faker Store API

Simple eCommerce backend created with Express

Routes

Products

  • [ GET ] /api/v1/products
  • [ GET ]/api/v1/products/id
  • [ POST ] /api/v1/products
  • [ PATCH ] /api/v1/products/id
  • [ DELETE ] /api/v1/products/id

Categories

  • [ GET ] /api/v1/categories
  • [ GET ] /api/v1/categories/id
  • [ POST ]/api/v1/categories
  • [ PATCH ] /api/v1/categories/id
  • [ DELETE ]/api/v1/categories/id

Users

  • [ GET ] /api/v1/users
  • [ GET ] /api/v1/users/id
  • [ POST ] /api/v1/users
  • [ PATCH ] /api/v1/users/id
  • [ DELETE ]/api/v1/users/id

Running in your local machine

Clone the repository:

git clone https://github.com/alejandroch1202/faker-store-api.git

Move to the api folder:

cd faker-store-api

Install dependencies:

npm i

Run it!

npm run start

About

🛒 Simple eCommerce backend made with Express

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •