This is a Python Flask project that has been written for Design Patterns course.
The patterns that have been used are Singleton
, MVC
, Factory
and Strategy
.
- Python 3
- Docker
docker run -d -p 27017:27017 --name mongo mongo
pip install -r requirements.txt
python app.py