Skip to content

Web application for recording golf scores history. Dockerized and written using Django and MySQL

Notifications You must be signed in to change notification settings

Maxxer1/Golf-Scores

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golf Scores

Main screen

Golf courses

Golf scores

Launching

Production

docker-compose up -d

Development

  1. Clone repo
  2. Create python virtual environment
    python -m venv venv
  3. Activate venv
    source venv/bin/activate
  4. Install dependencies
    pip install -r requirements.txt

Run MySQL docker-compose up -d mysql

DB migrations
python manage.py migrate

Load test data
db_fixtures.json - database fixtures python manage.py loaddata db_fixtures.json

Launch server
python manage.py runserver 0.0.0.0:8000

About

Web application for recording golf scores history. Dockerized and written using Django and MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published