InstagramClone
Joy Marocho
- Description
- Features
- [Installation](#Installation-and Set-up)
- RunningTheTests
- Technology Used
- Known Bugs
- Live Link
- Contacts
- Licence
This is a clone application of the photo-website Instagram
As a user of the application you will be able to:
- Register and sign in to start using the application.
- Upload pictures on the application.
- View your profile with all the photos.
- Follow other users and see their pictures on your timeline.
- Like a picture and leave comments on it.
-
Clone this repo: git clone https://github.com/JoyMarocho/InstagramClone.git
-
The repo comes in a zipped or compressed format. Extract to your prefered location and open it.
-
open your terminal and navigate to gallery then create a virtual environment.For detailed guide refer here
-
To run the app, you'll have to run the following commands in your terminal
pipenv install -r requirements.txt
-
On your terminal,Create database insta using the command below.
CREATE DATABASE insta;
-
Migrate the database using the command below
make migrate
-
Then serve the app, so that the app will be available on localhost:8000, to do this run the command below
make serve
-
Use the navigation bar/navbar/navigation pane/menu to navigate and explore the app.
Use the command given below to run automated tests.
make test insta
- Django - Web Framework
- Python - For functionality
- HTML - For building Mark Up pages/User Interface
- CSS - For Styling User Interface
No known bugs at the moment.
-
Email: joymarocho@gmail.com
-
LinkedIn: JOY MAROCHO
-
Slack Profile - JOY MAROCHO
Copyright (c) [2022] Joy Marocho