#Title Instagram clone
#Author (Ngugidavid)[github.com/Drongo-1]
This is an instagram clone django application
This web-app allows a user to create a Profile,add a Location and Post that are all under his username allowing other users to vote for them.
-
The program should return all users posts on the home page
Given:All posts
When: Url is changed to home page
Then: All Posts are displayed -
Modal should be displayed when the user clicks on any post and have the post's details
Given:A Post
When: User cicks on the post
Then: A modal with the post's details is displayed -
Admin site should be displayed when "admin/" url is chosen
Given: An admin url
When: User enters admin url in browser
Then: Admin Login is displayed -
User authentication occurs when Admin tries to Login
Given:Admin page is accessed
When: User tries to login
Then: User details are authenticated to confirm if user is an admin -
User session should end when logout url is chosen
Given:Logout option is given
When: User chooses logout option
Then: User session is ended
- Vs code was the source code editor of choice.
- Git and Github were used as my local and online repositories respectively.
- Django was used as the framework of choice
- Heroku was used in deploying the live site
Moringa School Copyright (c)2018 Instagram by Yours Truly-Ngugidavid