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:
Clone the repository to your local machine.
Install the required dependencies using npm install.
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/
- node.js
- express.js