A image metadata storage management system, using Bootstrap, Flask, MongoDB and Docker.
docker-compose up
docker-compose down
docker-compose build --no-cache
docker-compose up
To see your changes to the code being updated. Run the flask app from the terminal and the mongodb instance from docker.
- Install pipenv
pip3 install pipenv
- Installing Requirements
~/imagely/$ pipenv install
- Running Flask App
pipenv shell
python3 app.py
- Running mongodb instance
docker-compose up mongodb
http://localhost:5000