Skip to content

Drongo-1/Django-week2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Title Instagram clone

#Author (Ngugidavid)[github.com/Drongo-1]

Instagram

This is an instagram clone django application

Description

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.

Setup/Installation Requirements

Known Bugs

Behaviour Driven Development

  • 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

Technologies Used

  • 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

Support and contact details

License

Moringa School Copyright (c)2018 Instagram by Yours Truly-Ngugidavid

About

This week you will be creating a clone of the website for the popular photo app Instagram

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors