-
Install Git, Docker, and Docker Compose if they are not already installed.
-
Clone the repository:
git clone https://github.com/bounswe/bounswe2024group5.git cd bounswe2024group5
-
Build and start the Docker containers:
docker-compose up --build
-
Access the application by opening a web browser and navigating to
http://localhost/
-
Create a virtual machine on a cloud provider. Ensure it has a public IP address and that HTTP port 80 is open.
-
Connect to the virtual machine via SSH. Install Git, Docker, and Docker Compose if they are not already installed.
-
Clone the repository to the virtual machine:
git clone https://github.com/bounswe/bounswe2024group5.git cd bounswe2024group5
-
Change the IP address in
frontend/src/App.tsx
to the public IP address of your virtual machine. -
Build and start the Docker containers:
docker-compose up --build
-
Access the application by opening a web browser and navigating to
http://<VM-IP>/
-
Install dependencies
npm install npm install expo npm update
-
Start the app
npm start
-
Install dependencies
pnpm i
-
Start the app
pnpm run dev