MyTime monorepo with student-frontend, org-frontend, admin-frontend, backend
- Clone the repo
git clone https://github.com/MyTimeCapstone/MyTime.git
-
Install docker https://docs.docker.com/get-docker/
i. Run docker
ii. in the base directory (MyTime) run
docker-compose upNote: you should see redis and db starting up
-
enter packages/backend in one terminal and run
npm installonce complete runnodemon -
enter packages/student-frontend in another terminal and run
npm installonce complete runnpm start -
Go to
localhost:3000in your browser and it should be good to go