/image_repository

An image repository

Primary LanguageJavaScriptMIT LicenseMIT

image_repository

An image repository

Installation

  • Python
  • Using Pip install all requirements in requirements.txt
    python -m pip install pip --upgrade
    pip install -r requirements.txt

Project Installation

  1. Download or clone the source code in this repo
  2. Duplicate the .example.env file. Take note of the leading full stop
  3. Rename the copy to .env
  4. You can edit the .env file contents but its not necessary for a test run.
  5. set up a virtualenv. Check here to see how
  6. navigate to the directory and open a terminal
  7. Activate the virtualenv
    virtualenv /path/to/venv
  1. Run the django server
    python manage.py runserver
  1. Visit the url http://127.0.0.1:8000
  2. To see the Admin http://127.0.0.1:8000/admin. The user available for the sample sqlite database in the repo is username: admin and password: T@stpassword1

Issues

Make sure to raise an issue if any. You can mail me or reach me on Twitter.