https://github.com/vsingh18567/fmanalytics
Web-app that allows users to upload game data from the Football Manager series, and have it stored, processed and analysed.
https://github.com/vsingh18567/fmanalytics
django football-manager-series game-data website
Last synced: about 2 months ago
JSON representation
Web-app that allows users to upload game data from the Football Manager series, and have it stored, processed and analysed.
- Host: GitHub
- URL: https://github.com/vsingh18567/fmanalytics
- Owner: vsingh18567
- Created: 2020-11-29T13:23:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T22:00:02.000Z (over 4 years ago)
- Last Synced: 2025-04-24T00:08:50.651Z (about 2 months ago)
- Topics: django, football-manager-series, game-data, website
- Language: HTML
- Homepage: https://fmanalytics.herokuapp.com/
- Size: 3.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FM Analytics
[Live Website](https://fmanalytics.herokuapp.com)
FM Analytics is a web-app in progress that allows users to upload game data from the Football Manager series, and have it stored, processed and analysed. It will rely on using a particular Steam Workshop item to standardise the format of the game data. The `sampleData` folder has examples of the game data that gets processed.
## View the Website
`$ls` should show the `manage.py` file.
```
$ pip install -r requirements.txt
$ python manage.py runserver
```## Apps
- `homePage` handles the home view and the various authentication processes
- `mainApp` handles the CRUD operations and data analysis