Table of Contents
This is a Django webapp that currently has the following features:
- Registering a new user
- Logging in with an existing user account
- Clicking a button
The app tracks the number of times the button was clicked and displays some statisitcs regarding the clicking of the button (Example: Who clicked the button last).
In order to make use of this project, follow the steps below:
- python
- pip
Running on Docker Playground
- Click start
- Click Create new instance
- Run the comman:
docker run -it -p 8080:8000 kaderthecoder/gamecat
- Clone the repository
- Create a virtual enviroment
- Install django
pip install django
- Install sphinx
pip install -U sphinx
- Install a sphinx theme (optional)
pip install sphinx-rtd-theme
- Install requirements:
pip install -r requirements.txt
python -m pip freeze -l
- To run the app locally, exectue the manage.py file in the local directory
python manage.py runserver
- Install django
This app can be used to exercise your index finger by clicking the button a lot of times...
None
