This is a Photo album social media project with django.
Heroku : https://album-project.herokuapp.com/
PythonAnywhere : http://albumproject.pythonanywhere.com/
To run locally, clone the REPO, run requirements.txt and install python packages. Then run the local server using "python manage.py runserver".
You can view each album tand their photos without logging in. After registering you can createand and like an album, post photos in each album. Detailed info is given below.
- Viewer
- Registered User
- Can view the album
- Can view the photo
- Can Sign Up
- Can Log in
- Can create album
- Can Post photo individually and in an specific album
- Can Like and Unlike an album
- Can delete photo
- Can view the album
- Can view the photo
- Can Log in
- Can Like Unlike each group.
- Can Only Delete their own posted photo.
- Counter for posted Photos and likes.
- Viewer Can not like a photo without logging in.
- Can see other users post activity.