Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

GAMECAT

Tracks clicks

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage

About The Project

screenshot1

(back to top)

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).

Getting Started

In order to make use of this project, follow the steps below:

Prerquisites

  • python
  • pip

Installation

  • Click start
  • Click Create new instance
  • Run the comman:
    docker run -it -p 8080:8000 kaderthecoder/gamecat

Building the project locally

  • 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

(back to top)

Usage

This app can be used to exercise your index finger by clicking the button a lot of times...

License

None

(back to top)

About

Tracks clicks and clickers

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages