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)
- Host: GitHub
- URL: https://github.com/michaeljymsgutierrez/express-api-es6
- Owner: michaeljymsgutierrez
- Created: 2019-03-10T04:20:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T19:55:31.000Z (over 3 years ago)
- Last Synced: 2025-01-09T07:13:08.658Z (over 1 year 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 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`