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

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

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/albinotonnina/es6-rest-api.svg?branch=master)](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