Client: Flutter 3.29.2 (Dart 3.6.1)
Server: ASP.Net (.Net 8), MySQL
Install ScorePAL by cloning both the server and the app repositories
# Cloning the app repository
git clone https://github.com/Vamos-Vamos/App.git
# Enter the app project
cd App
# Install the flutter dependencies
flutter pub get
# Cloning the server repository
git clone https://github.com/Vamos-Vamos/Server.git# Enter the server project folder
cd Server/ScorePAL
# Build the docker image
docker build .
# Create a network to connect with the database
docker network create -d bridge web
# Enter the Server folder
cd ..
# Run the container
docker-compose -f compose.yml upAnd voila your API is running in the background, you can manage it using Docker Desktop
- User management
- Team statistics analysis
- User statistics
- Match History
- And much more
If you have any feedback, please reach me using discord: @casahxd
Made with contrib.rocks.