Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Currently, this program will be used to count guest visits. Functionality may be expanded in the future.

License

Notifications You must be signed in to change notification settings

legoses/visitCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  1. Clone repository
  2. CD into the directory containing main.py
  3. Run 'source env/bin/activate' to activate the local python environment. This will be necessary every time you with to run this, unless you have all of the necessary dependencies installed globally.
  4. Run 'python3 -m pip install -r requirements.txt' to install all necessary dependencies for the project.
  5. Run 'python3 ./main.py' to start the server.
  6. In order to leave this python environment, run 'deactivate'.

About

Currently, this program will be used to count guest visits. Functionality may be expanded in the future.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages