Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.
/ imagely Public archive

A image metadata storage management system

License

Notifications You must be signed in to change notification settings

ishangh/imagely

Repository files navigation

imagely

A image metadata storage management system, using Bootstrap, Flask, MongoDB and Docker.

Installation

docker-compose up

Clean Build Images

docker-compose down
docker-compose build --no-cache
docker-compose up

Running in localhost

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

Access

http://localhost:5000

About

A image metadata storage management system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published