GameTrace Website Link (Heroku app): https://gametrace.herokuapp.com
GameTrace gives users the ability to keep track of his/her in-game achievements, trophies, gameplay, etc when they are away from home base (their preferred gaming system). The current state of the project is an MVP, in which additional changes are being planned for implementation.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See Deployment for notes on how to deploy the project on a live system.
All dependencies are listed in the requirements.txt file in the repository.
Clone this repository (Don't include the $. This symbol indicates that you need to write this command in the commandline in this repository):
$ git clone https://github.com/kmurata798/GameTrace.git
Traverse into the this repository:
$ cd /path/to/file/GameTrace
Run virtual environment which carries all the dependencies needed for this program:
$ source venv/bin/activate
Run the server in development mode:
$ export FLASK_ENV=development
$ python3 run.py
Clone this repository and follow the instructions provided at this link Heroku deployment
- Kento Murata - Initial work - kmurata798
This project is licensed under the MIT License - see the LICENSE.md file for details