Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pengfluf/rest-api-shop
:lemon: Simple REST API shop created with Node.js and Express :ice_cream:
https://github.com/pengfluf/rest-api-shop
api express mongodb mongoose nodejs rest-api server
Last synced: about 3 hours ago
JSON representation
:lemon: Simple REST API shop created with Node.js and Express :ice_cream:
- Host: GitHub
- URL: https://github.com/pengfluf/rest-api-shop
- Owner: pengfluf
- Created: 2018-04-13T11:05:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-18T20:31:20.000Z (over 6 years ago)
- Last Synced: 2024-04-23T02:19:28.520Z (7 months ago)
- Topics: api, express, mongodb, mongoose, nodejs, rest-api, server
- Language: JavaScript
- Homepage: https://pengfluf.github.io/rest-api-shop-docs/
- Size: 368 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REST API Shop
This is a simple REST API shop created with Node.js and Express. :lemon:
# [Documentation](https://pengfluf.github.io/rest-api-shop-docs/) :ice_cream:
## How to start
Install dependencies
``` bash
npm install
```
Start the application at localhost:3002
``` bash
npm start
```