Skip to content

sahil-ondc/mmi-service-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisite for zappa deployemnt

  1. have an profile named fairmatic in your aws profile

Deployment on lambda

virtualenv --python=python3.7 fairmatic
source fairmatic/bin/activate
pip3 install -r requirements.txt
# zappa deployment
zappa update fairmatic_light

To run locally

cd infrstructure/local
docker-compose up
# import your project in pycharm or ide
source root is webserver
run the manage.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.0%
  • HTML 7.1%
  • Other 0.9%