Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charlie0077/express-minimal-starter
express-minimal-starter
https://github.com/charlie0077/express-minimal-starter
async await babel boilerplate boilerplate-template es6 es7 express expressjs promise rest-api starter-kit template
Last synced: about 1 month ago
JSON representation
express-minimal-starter
- Host: GitHub
- URL: https://github.com/charlie0077/express-minimal-starter
- Owner: charlie0077
- License: mit
- Created: 2017-11-05T01:44:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T20:29:17.000Z (over 7 years ago)
- Last Synced: 2024-11-12T16:49:36.293Z (3 months ago)
- Topics: async, await, babel, boilerplate, boilerplate-template, es6, es7, express, expressjs, promise, rest-api, starter-kit, template
- Language: JavaScript
- Homepage: https://express-minimal-starter.herokuapp.com/api/item
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Features
1. Minimal dependencies
2. Clean and consise example for API and error handling
3. Use ES7, async, await and appropriate router middleware# Get Started
1. Go to the demo site or run 'yarn install && yarn dev' in your terminal
2. refresh the webpage(localhost:4000/api/item) multiple times and watch the possible results:
(1) sync result
(2) async result from fake database
(3) async error from fake database
(4) error thrown from your bussiness logic
3. read the code.