Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork132
Open
Description
Create a real-world application, a Medium clone, according tothis repo spec
Stack:
| tool | name |
|---|---|
| web framework | tinyhttp (obv) |
| body parser | milliparsec |
| database | PostgreSQL |
| ORM | Prisma or anything else |
| auth | JWT (w/@tinyhttp/jwt) |
| cors | @tinyhttp/cors |
| unit tests | uvu +supertest-fetch |
The whole code must be in a separate repository and the PR only needs to include a link to that repository.
example readme:
RealWorld
Example tinyhttp Medium clone following theRealWorld spec.
Check thenode-tinyhttp-realworld-example-app repository.
p.s.: after completing an example, either me or the one who made the repo should open an issue torealworld repo and after that, submit a PR