Ecosyste.ms: Awesome
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: 15 days ago
JSON representation
Full ES6 node express api - (Personal SETUP)
- Host: GitHub
- URL: https://github.com/michaeljymsgutierrez/express-api-es6
- Owner: michaeljymsgutierrez
- Created: 2019-03-10T04:20:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T19:55:31.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T08:50:45.570Z (2 months ago)
- Topics: es6, expressjs, nodejs
- Language: JavaScript
- Homepage:
- Size: 592 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# express-api-es6
Full ES6 node express api
### Installation
- exec `git clone [email protected]: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`