Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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