Skip to content

douwevandermeij/voting-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voting System

Requirements:

  • Python 3.8
  • Pipenv

Install:

pipenv install --dev

CLI

Run:

pipenv run python main.py

Or first start pipenv shell and just run:

python main.py

REST

Run:

pipenv run uvicorn app.main:app --reload

Or first start pipenv shell and just run:

uvicorn app.main:app --reload

Now go to http://localhost:8000/docs to play with the API.

Tests

Run tests (in pipenv shell):

pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages