- A football team management platform for captains with secure registration and login.
- Captain's are able to add players to their squad.
- They are then able to build a team sheet from their squad by dragging and dropping their players in the desired position.
- They are also able to select a team name and their team sheet formation.
- Having built their teamsheet they are able to save it as a PDF and/or email it to they're squad via in-built email and PDF functionality.
- Finally, captains are able to write match reports and send them to their squad with the email and PDF functionality.
@JamieSear, @atheermusa, @Angus-Woodman
Cloning this repo:
- cd into captains-log (make sure you can see requirements.txt when you ls)
- run:
- pipenv install -r requirements.txt
- npm install
- open up a second terminal in the same directory for running the client side and run:
- npm run dev
- open up shell in the original terminal with:
- pipenv shell
- cd into captains_log
- run server with:
- python manage.py runserver
- open up application at: http://127.0.0.1:8000/