Skip to content

Cross-functional skill tracking system for Agile teams. 🌟

License

Notifications You must be signed in to change notification settings

savoirfairelinux/starlight

Repository files navigation

Starlight

Cross-functional skill tracking system for Agile teams. 🌟

Build Status Coverage Status

Installation

Required packages:

  • git
  • Docker
  • docker-compose
git clone https://github.com/savoirfairelinux/starlight.git
cd starlight
cp .env.json.example .env.json
docker-compose up --build

Visit localhost:8000 in your browser

Development workflow

  1. Create a super user for admin access
docker-compose run --rm web python3 manage.py createsuperuser
  1. Load fixture data
docker-compose run --rm web python3 manage.py loaddata starlight/fixtures/fixtures.json
  1. Develop

  2. Apply migrations

docker-compose run --rm web python3 manage.py makemigrations
docker-compose run --rm web python3 manage.py migrate

Testing

From the root directory, execute:

tox

About

Cross-functional skill tracking system for Agile teams. 🌟

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •