https://github.com/youssef-shehata/store-api
a simple rest-API for a store. where users can freely search and filter products by price , name ,etc.
https://github.com/youssef-shehata/store-api
es6 javascript mongodb-atlas mongoose nodejs rest-api
Last synced: 9 months ago
JSON representation
a simple rest-API for a store. where users can freely search and filter products by price , name ,etc.
- Host: GitHub
- URL: https://github.com/youssef-shehata/store-api
- Owner: Youssef-Shehata
- Created: 2023-09-29T18:33:10.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T19:07:00.000Z (about 1 year ago)
- Last Synced: 2025-01-23T20:32:35.618Z (11 months ago)
- Topics: es6, javascript, mongodb-atlas, mongoose, nodejs, rest-api
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Store Api
a simple store api coded along freecodecamp toturial ..
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
## Installation
To install this project, follow these steps:
1. Clone the repo.
2. run npm install
3. copy yout mongoose database link to .env file and specify port
4. run npm start
5. enjoy my art <3
## Usage
Here's how you can use this project:
Visit localhost:3000/products to see all available products .