Backend of photo gallery app made for CodeChef Summer Internship 2019.
The application is hosted at link. The backend is hosted on heroku, frontend is hosted as github pages, and the storage service used is Google Firebase storage.
This section describes how the app can be viewed in action.
-
Step 1: Clone the repository, open terminal inside the folder and install the requirements by using:
-
Step 2: Install the requirements
pip install requirements.txt
- Step 3: Run the server
python manage.py runserver
Once the application is running, go to link. All the functions can be performed using Django's Admin Portal.
The admin username and password is
Username: cchef
Password: hello
Using token based authentication.
After running this, go to link to launch the frontend.
The deletion is cascaded, if a user is deleted, all their albums are deleted and if an album is deleted all its photos are deleted.