Skip to content

ScorePAL/App

Repository files navigation

ScorePAL

ScorePAL

A mobile app to manage a football team and analyse their statistics

MIT License GPLv3 License AGPL License

Screenshots

App Screenshot

Tech Stack

Client: Flutter 3.29.2 (Dart 3.6.1)

Server: ASP.Net (.Net 8), MySQL

Installation

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

Deployment

# 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 up

And voila your API is running in the background, you can manage it using Docker Desktop

Roadmap

  • User management
  • Team statistics analysis
  • User statistics
  • Match History
  • And much more

Feedback

If you have any feedback, please reach me using discord: @casahxd

Contributors

Made with contrib.rocks.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published