Skip to content

JPBeckner/vote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vote

A microservice to simulate votes

Running

How to run the project

TL;DR

make

Dependencies

Virtualenv

Make sure you have installed the virtualenv package.

Environment Variables

default values

  • DEBUG="TRUE"

Installing

Certify to have the environment activated

source <your-virtualenv>/bin/activate

How to install the dependencies

make install

or

pip install -r requirements.txt

Executing

How to execute the project.

make run

or

python -m src

About

A microservice to simulate votes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published