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

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

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