Running the application is extremely simple
- Make sure docker is installed on the host machine.
- Clone the repository
- Navigame to the root directory of the repository
- Run
docker-compose up - The frontend, backend and database containers are automatically built and started
- The frontend can be accessed on
http://localhost:8080 - The backend can be accessed on
http://localhost:3000
- Navigate to either the
backenddirecotry - Run
npm installto install dependencies - Run
npm run testto run tests
- Navigate to either the
backenddirecotry - Run
npm installto install dependencies - Run
npm run testto run tests