DiptoChakrabarty / flask-online-store

An online e commerce stores management and order placing system API built using flask and sqlalchemy . Various functionalities present and further functionalities being added to make it as real life as possible . Contributions welcome .
MIT License
49 stars 23 forks source link

Docker deployment of the app #2

Closed DiptoChakrabarty closed 3 years ago

DiptoChakrabarty commented 3 years ago

Currently we are able to run the application locally using python.

It would be great if we could have docker images and a docker compose file to launch the application .

Images for flask app and database would be required.

benji011 commented 3 years ago

Hi @DiptoChakrabarty if you assign this to me I can give this a shot

DiptoChakrabarty commented 3 years ago

Sure @benji011 please go ahead

benji011 commented 3 years ago

Thanks. By the way you need to add the hacktoberfest topic to this repo as per updated guidelines here. Just a friendly FYI :)

DiptoChakrabarty commented 3 years ago

Thanks I have added it now