An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# FM Analytics
[Live Website](https://fmanalytics.herokuapp.com)!

[Steam extension needed](https://steamcommunity.com/sharedfiles/filedetails/?id=2350411854)

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