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

https://github.com/michaeljymsgutierrez/express-api-es6

Full ES6 node express api - (Personal SETUP)
https://github.com/michaeljymsgutierrez/express-api-es6

es6 expressjs nodejs

Last synced: about 2 months ago
JSON representation

Full ES6 node express api - (Personal SETUP)

Awesome Lists containing this project

README

          

# express-api-es6

Full ES6 node express api

### Installation

- exec `git clone git@github.com:michaeljymsgutierrez/express-api-es6.git`
- cd `express-api-es6`
- exec `npm install` or `yarn install`
- exec `cp default.env.js env.js`
- configure `env.js` if necessary

### Run Server

- exec `npm start`