Steps to Run the project
1.Run the following command in both frontend & backend directories: yarn
2.Run the docker compose command: docker compose up -d
3.Check whether the 3 containers are running: docker container ls
4.The Backend APIs can be triggered by hitting the following URL: http://localhost:5000
5.The Frontend will be served on: http://localhost:3001
Assignment done:
-
Backend Backend code is scable and extra helper functions are wriiten
Unit test coverage for backend
Seperate Dockerfile with dev and prod.
-
Frontend: Components structure is used.
UI of frontend is responsive. Desktop: