Create a real-world application, a Medium clone, according to this 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 the RealWorld spec.
Check the node-tinyhttp-realworld-example-app repository.
p.s.: after completing an example, either me or the one who made the repo should open an issue to realworld repo and after that, submit a PR
Create a real-world application, a Medium clone, according to this repo spec
Stack:
@tinyhttp/jwt)@tinyhttp/corsThe whole code must be in a separate repository and the PR only needs to include a link to that repository.
example readme:
p.s.: after completing an example, either me or the one who made the repo should open an issue to realworld repo and after that, submit a PR