Skip to content

gkocjan/python_architecture

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clean architecture in Python 3.7

Instalation

For development porpouse you can install all packages in dev mode. In main directory execute:

pip install -e .

This will install all mico-libs with their requirements. You don't need to install them one by one.

Running

You can run direclty main function from the api package:

cd api/bf_api
python main.py

or run entry point:

shop-api

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.5%
  • Smarty 5.7%
  • Dockerfile 1.8%