Skip to content

Latest commit

 

History

History
77 lines (62 loc) · 1.98 KB

README.md

File metadata and controls

77 lines (62 loc) · 1.98 KB

gram

Developed by Michelle-Njeri

Description

An application where a user can sign into it, upload pictures, see their profile with all pictures they uploaded. Follow other users and see their pictures. Like a picture and leave a comment on it.

Live Link

View Site to visit the site

User Story

  • Sign in to the application to start using.
  • Upload my pictures to the application.
  • See my profile with all my pictures.
  • Follow other users and see their pictures on my timeline.
  • Like a picture and leave a comment on it.

Setup and Installation

To get the project .......

Cloning the repository:
 https://github.com/vantablanta/gram.git
Navigate into the folder
cd project-gram
Install and activate Virtual
pipenv shell 
Install Dependencies
pipenv sync
Setup Database

SetUp your database User,Password, Host then make migrate

python manage.py makemigrations gram_app

Now Migrate

python manage.py migrate 
Super User Credentials
  • username - FithKilonzi
  • password - FaithKilonzi
Run the application
python manage.py runserver 
Testing the application
python manage.py test 

Open the application on your browser 127.0.0.1:8000.

Technology used

Known Bugs

  • There are no known bugs currently but pull requests are allowed incase you spot a bug

Contact Information

If you have any question or contributions, please email me at [[email protected]]

License

License

Copyright (c) 2022 Michelle Njeri