https://github.com/hubidu/micro-realworld-example-app
zeit micro based realworld example app backend
https://github.com/hubidu/micro-realworld-example-app
async await lambda-functions microservice zeit
Last synced: about 1 month ago
JSON representation
zeit micro based realworld example app backend
- Host: GitHub
- URL: https://github.com/hubidu/micro-realworld-example-app
- Owner: hubidu
- Created: 2017-05-26T15:41:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-16T15:49:49.000Z (almost 8 years ago)
- Last Synced: 2024-10-24T16:49:05.253Z (6 months ago)
- Topics: async, await, lambda-functions, microservice, zeit
- Language: JavaScript
- Size: 42 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
micro backend for realworld example app
=======================================Evaluating micro
## TODOs
- DONE Inject database connections
- DONE Test with AVA
- DONE Handle mongoose validation errros
- DONE Define HTTP method in the file system
- DONE Implement login
- DONE Inject mongoose models
- DONE Refactor tests- Handle errors/exceptions correctly
- Extract lambda documentation
- Implement more functionality
- 'Invalid json' when not supplying json body to put route
- Micro boom add stacktrace to error
- Serve routes/links as index html
- Can i have a base route
- JWT authentication
- Use pm2 for watches and restarts
- Use pm2 for cluster mode
- Use pm2 log aggregation
- Compression## V2
- Solution for scheduled jobs
- Proxy/Make http requests to other services
- Compose new routes from existing ones