The gram is an web app clone of the Instagram web application with limited functionalities. The user can sign up and login to their accounts. The user can post an image and view others posts and add comments and also like images.
These are the behaviours/features that the application implements for use by a user.
A user should be able to:
- Create an account by registering in the app
- Access their accounts by logging in to their account
- Post an image
- View images posted by other users
- Like and comment on other users posted images
- View and update their profile
- View other users profiles
- python3.8
- pip3
- pipenv
- Git and Github
-
In your terminal:
$ git clone https://github.com/CheboiDerrick/the-gram.git $ cd the-gram
-
Install all dependencies by running
$ pipenv install
-
Set up your database and add it to the settings in the photogallery project folder
-
To run the application, in your terminal:
$ python manage.py runserver
-
Open your browser and navigate to http://localhost:8000 to view the web app
- Python -(3.8)
- Django
©2021