- Project manager for builders, in Github-like style
- App has been build to demonstrate knowledge gained on seminar PB138 at Masaryk University
- Run api:
- Install api modules:
cd api && npm i
- Run tests (optional):
npm test
- Run api :
npm run build && npm start
- Install api modules:
- Run client:
- Install client modules:
cd client && npm i
- Run client :
npm start
- Install client modules:
- Language:
Typescript
- Frontend framework:
React
- Store:
MobX
- Backend framework:
Express
- ORM:
TypeORM
- DB:
Postgres
- Test Framework:
Jest
- App isolation:
Docker
Tomas Janicek
Michal Caniga