Skip to content

Catalina-Hasnas/Backpack-Shop-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backpack Shop App

Backpack Shop is an e-commerce. It features a REST api with CRUD operations on products. The database is using a text file for saving the data.

To run the Backpack Shop App locally, follow these steps:

git clone

Clone the repository to your local machine.

npm install

Install the required dependencies using npm install.

npm start

Runs the server in the development mode.
Open http://localhost:8000 to view it in the browser and make requests. For example: http://localhost:8000/products/

Technologies on backend

  • node.js
  • express.js

About

The nodejs backend for e-commerce app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published