-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jason Ng edited this page Aug 14, 2024
·
17 revisions
- Make sure to have the latest version of docker installed and running properly on your computer.
- Go into the project directory
- Run
git submodule init
andgit submodule update
- Run
docker compose up -d
(-d runs the container in detached mode, so in the background)
Congrats you are running the application.
Go tolocalhost:3000
to view the the front-end
localhost:5000
is the API endpoint
localhost:5433
is the Database
- Install nodejs 20.15.1 LTS
- Install python 3.11 or later
- Go into the project directory
- Run
cd ./client && npm install
- Run
cd ../api && pip install pipenv
- Run
pipenv install