-
Notifications
You must be signed in to change notification settings - Fork 0
Quickstart 451
To run the backend in your local machine, follow the steps below. Make sure you have docker installed on your system. Also make sure that you can run docker compose command. Then follow these steps:
- Pull the repository
- Go into the project cd bounswe2024group2
- docker compose build
- docker compose up -d
git clone https://github.com/bounswe/bounswe2024group2.git
cd bounswe2024group2
docker compose build
docker compose up -d
After that API, web, db and a local smtp configured in our system using mail hog. Any mail sent to visible on 8025 port of our localhost.
API is served on localhost:8000
WEB is served on localhost:3000
MAILHOG is served on localhost:8025
The application is deployed on Digital Ocean. To access application frontend simply go
- WEB : 'http://159.223.28.163:30001/'
Similarly to view deployed api
- API : 'http://159.223.28.163:30002/docs'
To execute the mobile app in your local machine, necessary configurations should be applied stated in official React Native startup documentation.
After clonning the repository go to the directory 'mobile' with
git clone https://github.com/bounswe/bounswe2024group2.git
cd ./mobile
You should install the dependencies of the project with
npm install
Then take the first build with
npx react-native run-android
This command builds the android application and executes it.
After taking the first build and execution, if you want to start the application it is enough to call this command in the './mobile' path:
npm start
Then you can start the application on android in your local, following the instructions in the command line.
- Lab Report #1,24.09.2024
- Lab Report #2,01.10.2024
- Lab Report #3,08.10.2024
- Lab Report #4,15.10.2024
- Lab Report #5,06.11.2024
- Lab Report #9,10.12.2024
- 1st Meeting, 24.09.2024
- 2nd Meeting, 01.10.2024
- 3rd Meeting, 08.10.2024
- 4th Meeting, 15.10.2024
- 5th Meeting, 06.11.2024
- 8th Meeting, 03.12.2024
- 1st Meeting, 03.10.2024
- 2nd Meeting, 10.10.2024
- 3rd Meeting, 17.10.2024
- 4th Meeting, 19.10.2024
- 5th Meeting, 24.10.2024
- 6th Meeting, 02.11.2024
- 8th Meeting, 15.11.2024
- 9th Meeting, 28.11.2024
- 10th Meeting, 04.12.2024
- 11th Meeting, 12.12.2024
- Halil İbrahim Kasapoğlu
- Rukiye Aslan
- Kamil Deniz Coşkuner
- Mahmut Buğra Mert
- Furkan Şenkal
- Muhammed Erkam Gökcepınar
- Cem Güngör
- Oğuz Pançuk
Orkun Mahir Kılıç
SemanticFlix Archieve
- 1st Meeting,19.02.2024
- 2nd Meeting,21.02.2024
- 3rd Meeting,03.03.2024
- 4th Meeting,07.03.2024
- 5th Meeting,10.03.2024
- 6th Meeting,14.03.2024
- 7th Meeting,21.03.2024
- 8th Meeting,01.04.2024
- 9th Meeting,17.04.2024
- 10th Meeting,18.04.2024
- 11th Meeting,25.04.2024
- 12th Meeting,02.05.2024
- 13th Meeting,09.05.2024
- Halil İbrahim Kasapoğlu (Communicator)
- Rukiye Aslan
- Kamil Deniz Coşkuner
- Mahmut Buğra Mert
- İrem Nur Yıldırım
- Furkan Şenkal
- Muhammed Erkam Gökcepınar
- Osman Yasin Baştuğ
Okay DemirSait Hızlı