- NestJs
- React
- AntDesign
- Postgres
- Sequalize
- TypeScript
- cd server > run npm i command
- Check the .example.env file and add your database and all required data.
- npm run start:dev to start the server.
- cd client > run npm i command
- To start the react application > npm start