-
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 branch 'main' of https://github.com/btwlouis/fivem-tracker
- Loading branch information
Showing
2 changed files
with
40 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: Docker Compose CI | ||
|
||
on: | ||
push: | ||
branches: [ "main" ] | ||
pull_request: | ||
branches: [ "main" ] | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Build and run Docker services | ||
run: docker-compose up --build -d |
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,24 @@ | ||
# FiveM Tracker | ||
|
||
Unlock the secrets of FiveM servers with detailed insights and analytics. Discover more about your favorite servers than ever before. | ||
|
||
### Overview | ||
FiveM Tracker is a powerful tool that provides detailed analytics and insights into FiveM servers. | ||
|
||
### Features | ||
- **Detailed Server Information**: Get detailed information about FiveM servers, including player count, server settings, and more. | ||
- **MongoDB Integration**: Utilizes MongoDB for efficient data storage and retrieval. | ||
- **ReactJS Frontend**: The frontend is built with ReactJS, providing a modern and intuitive user interface. | ||
- **Express Backend**: The backend is powered by Express, ensuring fast and reliable server-side operations. | ||
|
||
### Usage | ||
You can easily run FiveM Tracker locally using Docker Compose. Simply run the following command in your terminal: | ||
|
||
``` | ||
docker-compose up -d | ||
``` | ||
|
||
### Support and Contributions | ||
If you encounter any issues or have suggestions for improvement, please open a GitHub issue [here](https://github.com/btwlouis/fivem-tracker/issues). | ||
|
||
Contributions are welcome! Fork the repository, make your changes, and submit a pull request. |