I implemented the backend spec for the Realworld.
- Nest.js - Backend Framework
- Prisma - ORM
- Zod - Data Validation
- JWT, Bcrypt - User Authenticaton
- Jest - Testing
$ git clone https://github.com/ch1n3du/realworld-nest
- Make sure your Docker daemon is on and start the Docker container
$ docker-compose up -d
...
The API will be available at port localhost:8080/api
- OpenAPI docs are available at
localhost:8080/api/docs