peter kungu
This is an application that allows users to sign up, upload pictures,view other user's pictures,like them, comment on them follow the other users and delete post.
- Clone Project to your machine
- Activate a virtual environment on terminal:
source virtual/bin/activate
- Install all the requirements found in requirements file.
- On your terminal run
python3.6 manage.py runserver
- Access the live site using the local host provided
- python3.6 and above
- virtual environment
- pip
https://github.com/peterkush/instaclone
git init
git remote add origin <your-repository-url>
python3.6 -m venv virtual
source virtual/bin/activate
Create a .env
file and paste the following.
SetUp your database User,Password, Host
#### Install dependencies
Install dependencies that will create an environment for the app to run
`pip install -r requirements.txt`
#### Make and run migrations
```bash
python3.6 manage.py check
python manage.py makemigrations instagram
python3.6 manage.py sqlmigrate instagram 0001
python3.6 manage.py migrate
python3.6 manage.py runserver
Open localhost:8000
- Python3.6
- Django 3.3.1
- Postgresql
- Boostrap3
- HTML
- CSS
- LICENSED UNDER [![License: MIT]