Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 673 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 673 Bytes

Bridge Builder

  • Project manager for builders, in Github-like style
  • App has been build to demonstrate knowledge gained on seminar PB138 at Masaryk University

How to run

  • Run api:
    • Install api modules: cd api && npm i
    • Run tests (optional): npm test
    • Run api : npm run build && npm start
  • Run client:
    • Install client modules: cd client && npm i
    • Run client : npm start

Technologies used

  • Language: Typescript
  • Frontend framework: React
  • Store: MobX
  • Backend framework: Express
  • ORM: TypeORM
  • DB: Postgres
  • Test Framework: Jest
  • App isolation: Docker

Authors:

  • Tomas Janicek
  • Michal Caniga