Skip to content

AgiliXRU/erservice-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run server

Install deps *nix

virtualenv venv
source venv/bin/activate
pip3 install -r requirements.txt

Run fake server

./start_fake

Run service

./start

Install deps Windows

python3 -m venv venv
source venv\Scripts\activate.bat
pip3 install -r requirements.txt

Run fake server

start_fake.bat

Run service

start.bat

Run via docker

docker build -t er-server .
docker run -v "$(pwd):/usr/src/app" -p8000:8000 -it er-server /bin/bash

You can see Tasks.md for further instructions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors