-
Notifications
You must be signed in to change notification settings - Fork 1
System Manual
harunsami edited this page Dec 29, 2023
·
3 revisions
- You need to 4GB free space to install the docker
- You need to first install docker.
- The easiest way to install docker is through Docker Desktop.
- Based on your operating system you can follow the steps that are described here.
- For example, for Ubuntu you can download docker instructions using:
$ sudo apt-get update
$ sudo apt-get install ./docker-desktop-<version>-<arch>.deb
- You need to clone our repository by:
git clone [email protected]:bounswe/bounswe2023group5.git
- Go to frontend directory by:
cd app/frontend
- You can run it without docker by (for this you need to have pnpm):
pnpm install
pnpm run dev
- Or you can run it using docker by:
docker build -t game-app .
docker run game-app
- You need to 4GB free space to install the docker
- You need to first install docker.
- The easiest way to install docker is through Docker Desktop.
- Based on your operating system you can follow the steps that are described here.
- For example, for Ubuntu you can download docker instructions using:
$ sudo apt-get update
$ sudo apt-get install ./docker-desktop-<version>-<arch>.deb
- You need to clone our repository by:
git clone [email protected]:bounswe/bounswe2023group5.git
- Go to backend directory by:
cd app/backend
orcd app/annotation
- You can run it without docker by (for this you need to have maven):
sudo apt install maven
mvn spring-boot:run
- Or you can run it using docker by:
docker build -t bounswe2023group5:latest .
docker run -p 8080:8080 bounswe2023group5:latest
- Then you can check the local swagger page to see if it is working. http://localhost:8080/swagger-ui/index.html
- You need at least 5GB free space to install Unity
- You need to install Unity. You can see the installation steps here.
- You need to clone our repository by:
git clone [email protected]:bounswe/bounswe2023group5.git
- Open the mobile project with Unity from path
app/mobile
- You need to install Android Build Support. You can install it from
File > Build settings > Select Platform: Android > Install with Unity Hub
. - Build the .apk file of the app by
File > Build settings > Select Platform: Android > Build
. - Transfer the .apk file to your Android device.
- Then you can use the application by executing the .apk file.
Cmpe 352
Cmpe 451
Cmpe 352
Milestone 1
Final Milestone
Milestone 1
Milestone 2
Final Milestone
- Authentication Mockup
- Forum Mockup
- Game Reviews Mockup
- Games Page Mockup
- Group Page Mockup
- Home Page Mockup
- Profile Page Mockup
- Unregistered User Scenario: Sign Up
- Unregistered User Scenario: Search for a Game and Browse the Game Forum
- Registered User Scenario: Create Post in a Game Forum
- Registered User Scenario: Search For Groups and Join A Group
📝 RAM
- Issue Template
- Personal Information Template
- Meeting Note Template
- Contributions Template
- API Documentation Template
API Documentation for Practice App
- Top Games
- Yugioh Card
- Hearthstone Card
- Games By User
- Game Reviews
- Games By Genre
- Games By Category
- Game Suggestions
- Esport Tournaments
- Achievement By Game Id
- Rock Paper Scissors
- Game By Deal