Simple app capable to display and upload images. First approach do django framework. Running the Project Locally Install the requirements: pip install -r requirements.txt Apply the migrations: python3 manage.py migrate Finally, run the development server: python3 manage.py runserver The project will be available at 127.0.0.1:8000.