Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michael-c7/glasses-store-api
An api of glassess built w/ node.
https://github.com/michael-c7/glasses-store-api
api node nodejs
Last synced: 8 days ago
JSON representation
An api of glassess built w/ node.
- Host: GitHub
- URL: https://github.com/michael-c7/glasses-store-api
- Owner: Michael-c7
- Created: 2023-08-23T20:00:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-28T14:26:32.000Z (about 1 year ago)
- Last Synced: 2023-08-28T18:58:41.044Z (about 1 year ago)
- Topics: api, node, nodejs
- Language: JavaScript
- Homepage:
- Size: 487 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Awesome Project
An api of glasses## How It's Made:
**Tech used:** Javascript, Node
## Example of data
{
"name": "ramy",
"image": "./images/ramy.jpg",
"price": 23.00,
"productCode": "10931abb-de73-48ae-bcec-1920df0d2272",
"description": "These glasses are the perfect accessory for anyone looking for stylish and functional eyewear.
"reviews": 2,
"rating": 28.0,
"gender": "male",
"brand": "muse",
"colors": "silver,black",
"material": "metal"
},# spin up app
Start server w/ npm start. check on http://localhost:3000/api/v1/products to see the product data# other
my env file has the connection to my database