Skip to content

A web application for viewing statistics for the game BattleBit Remastered.

License

Notifications You must be signed in to change notification settings

washedszn/battlebit-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BattleBit Remastered Statistics

This is a web application to display statistics for the game BattleBit Remastered. This project uses Angular for the frontend, Django for the backend, and PostgreSQL for the database, with Docker to manage the environment.

Prerequisites

  1. Docker
  2. Docker Compose

Local Development

  1. Clone the repository:

    git clone https://github.com/yourusername/battlebit-remastered-stats.git
    
  2. Navigate into the cloned repository:

    cd battlebit-remastered-stats
    
  3. Copy the .env.example file to .env and fill it with the necessary information:

    cp .env.example .env
    

    Then, open the .env file and set the values for the variables:

    POSTGRES_DB=your_database
    POSTGRES_USER=your_user
    POSTGRES_PASSWORD=your_password
    DJANGO_SECRET_KEY=your_secret_key
    CELERY_RESULT_BACKEND='db+postgresql://your_user:your_password@localhost/your_database'
    

    Please replace your_database, your_user, your_password, and your_secret_key with the appropriate values for your setup.

  4. Build and start the Docker containers:

    docker-compose up --build
    

    This will start three services:

  5. You can stop the Docker containers at any time by pressing Ctrl+C in the terminal where you ran docker-compose up, or by running docker-compose down in another terminal.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT

About

A web application for viewing statistics for the game BattleBit Remastered.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published