An application where users can view and add pictures with their details
- Clone the repo:
git clone https://github.com/Mohraf/gallery.git
- Open the folder with your favorite IDE
- Create a virtual environment and activate it
- install requirements
pip install -r requirements.txt
- Run the application using the following command
python manage.py runserver
- Python
- Postgresql
- Django
- Heroku
This is under the MIT license Copyright (c) 2022 Amos Okello