https://github.com/albinotonnina/es6-rest-api
Create a Web App and RESTful API Server, MEAN friendly
https://github.com/albinotonnina/es6-rest-api
api expressjs mean-stack rest-api
Last synced: about 1 month ago
JSON representation
Create a Web App and RESTful API Server, MEAN friendly
- Host: GitHub
- URL: https://github.com/albinotonnina/es6-rest-api
- Owner: albinotonnina
- Created: 2016-12-15T17:32:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-12T18:02:47.000Z (over 7 years ago)
- Last Synced: 2025-01-23T08:23:19.460Z (3 months ago)
- Topics: api, expressjs, mean-stack, rest-api
- Language: JavaScript
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/albinotonnina/es6-rest-api)
# Restful API for personal fun projects
MEAN friendly
## How to install
npm install
## How to use
npm start### Dev
npm dev (it's just nodemon)### Tests
npm test