server app for reddit clone :). Made with ❤
- authentication
- authorization
- pagination with infinite scroll
- server side validation
- image upload
- crud operations
- search
- Typescript
- express
- PostgreSQL
- TypeORM
- multer
- cookie / cookie-parser
- bcrypt
- jwt
- class-transformer / class-validator
Live app link: comming soon :)
Steps to run this project:
- Run
npm i
command - Setup database settings inside
ormconfig.json
file - Run
npm run dev
command