Skip to content

Practical-Guide-to-Coding/global-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

global-counter

A quick project I'm developping with the Tapirus Primus to get myself in the groove and make an actual project.

Goals

On June 27th, have a simple website where you have a button and a counter. When you press the button, it should update the counter for every single client.

Specifications:

  • Backend in Python/Flask
  • Frontend in JS/Angular

Software Craftsmanship goals

  • Using a git repository with atomic commits
  • Using a virtual environemnt for python
  • Document all code

Current use

Backend

  1. Go into backend/
  2. Create a virtual environemnt (python -m virtualenv .env)
  3. Launch the virtual environemnt (source .env/bin/activate)
  4. Install the python packages (pip install -r requirements.txt)
  5. Launch the server (python app.py)

Frontend

  1. Go into Frontend
  2. Launch the webserver (python -m http.server)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages