- React / typescript
- Redux / typescript
- Node (Express sequelize) / typescript
- Mysql
# Run client
cd ./client
npm install && npm run start
# Run backend
- cd ./backend
- npm install
- Please install Mysql database and add keys in .env file (Check template.env)
- npm run start