- React, Next, URQL | Apollo
- GraphQL, Apollo
- Node, Express, MikroORM | TypeORM
- PostgreSQL, Redis
- Typescript
- Chakra UI
- Docker
- Register, Login, Logout with Cookies and Redis
- Forgot Password with Email and Redis Token using Nodemailer
- Create Post, Edit Post, Delete Post
- Upvote Post, Downvote Post
- Install Docker
- Run
docker-compose up -d
to start the containers for postresql and redis - Run
yarn watch
to watch any changes in server files - Run
yarn dev
to start the server in development mode
- Run
yarn dev
to start the client