Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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:

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
```