-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #373 from bounswe/development
Merging to Main for Pre-release
- Loading branch information
Showing
166 changed files
with
16,087 additions
and
4,471 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Ignore the Intellij related folders | ||
.idea | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Ignore the Intellij related folders | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
<p align="center"> | ||
<img width="200" src="https://github.com/bounswe/bounswe2023group7/assets/47900788/abacbafe-f971-4233-be77-fe5167156730" alt="Material Bread logo"> | ||
</p> | ||
<h1 align="center"> | ||
Welcome to Ludos! | ||
</h1> | ||
|
||
Ludos stands as a dynamic gaming community platform, serving as the hub for developers, gamers, and e-sports enthusiasts to foster social connections and collaborate on game-related matters. Our versatile application seamlessly attends to both video games and board games, providing a comprehensive space for diverse gaming interests. Additionally, our platform features robust group functionality, enabling like-minded individuals to connect and engage in shared gaming experiences. | ||
|
||
Elevate your gaming journey with Ludos – where community, collaboration, and fellowship converge. | ||
|
||
## How to run frontend? | ||
|
||
### Prerequisites | ||
|
||
Before you begin, ensure you have the following installed: | ||
|
||
- [Docker](https://www.docker.com/get-started) | ||
|
||
### Steps to Deploy | ||
|
||
1. **Clone the Repository:** | ||
```bash | ||
git clone https://github.com/bounswe/bounswe2023group7.git | ||
``` | ||
2. **Go to Directory:** | ||
```bash | ||
cd ludos/frontend | ||
``` | ||
3. **Ensure that you have docker installed and running.** | ||
4. **Build the Docker Image and Run:** | ||
```bash | ||
docker compose up --build | ||
``` | ||
|
||
5. **Access Our Project** | ||
Now, it is available at *localhost:3000/* | ||
|
||
|
||
### Deployed Version of frontend | ||
Go to our website link which is http://51.20.170.143:3000/. User can [register](http://51.20.170.143:3000/signup) to the platform and then [login](http://51.20.170.143:3000/login). In addition to that, for milestone 1, we provided mock pages for: | ||
* Forum page about *Video Games*: [/forum](http://51.20.170.143:3000/forum) | ||
* Game Pages for: | ||
|
||
* *Red Dead Redemption 2* : [/game/Red-Dead-Redemption-2](http://51.20.170.143:3000/game/Red-Dead-Redemption-2) | ||
* *Witcher 3* : [/game/Witcher-3](http://51.20.170.143:3000/game/Witcher-3) | ||
* *God of War 2018*: [/game/God-of-War-2018](http://51.20.170.143:3000/game/God-of-War-2018) | ||
* For home page, the link is [/](http://51.20.170.143:3000/) | ||
|
||
## How to run mobile app? | ||
- You can download APK version of the app from [here](https://drive.google.com/file/d/1Ieu20D_CrqKhxDXEw02KYTmpz7JwTCRt/view?usp=drive_link ) and directly run it in your Android device. | ||
- If you want to use an emulator to open the application: | ||
- You can download an Android emulator with Android Studio through [this link](https://developer.android.com/studio?hl=tr). | ||
- Then you can easily run the application on Android Studio following [this guide](https://www.geeksforgeeks.org/how-to-import-existing-flutter-project-in-android-studio/). | ||
|
||
## How to run backend application? | ||
Deployed Swagger Documentation: http://3.125.225.39:8080/api | ||
|
||
```WORKDIR=./ludos/backend```<br/> | ||
1. Create a .env file for the environment variables. Please ask for the variables. The name of the variables are included in .env.example file. <br/> | ||
2. Run ```docker compose up --build``` <br/> | ||
3. Now, the api is available with localhost:8080 base url. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
Backend of LUDOS project | ||
# LUDOS Backend Api | ||
Deployed Swagger Documentation: http://3.125.225.39:8080/api | ||
## How to run? | ||
```WORKDIR=./ludos/backend```<br/> | ||
1. Create a .env file for the environment variables. Please ask for the variables. The name of the variables are included in .env.example file. <br/> | ||
2. Run ```docker compose up --build``` <br/> | ||
3. Now, the api is available with localhost:8080 base url. |
Oops, something went wrong.