This is basic social media app API with NestJS and Docker. This project is for learning purpose only.
-
Create (auth) User
-
Get User
-
Create Feed
-
Get Feed
-
Delete Feed
-
Update Feed
-
Create Comment
-
Delete Comment
-
Update Comment
- NestJS (for building the API)
- Docker (for building and running the app)
- PostgreSQL (for database)
- PrismaORM (for database ORM)
- JWT (for authentication)
- argon2 (for hashing password)
- class-validator (for validating data)
- class-transformer (for transforming data)