Wainaina Kasyoka
This is a project created using Django, it is an instgram clone that is used to upload photos and users can like comment and follow other users.
The user will be able to:
- Sign in to the application to start using.
- Upload my pictures to the application.
- See their profile with all my pictures.
- Follow other users and see their pictures on their timeline.
- Like a picture and leave a comment on it.
- HTML and CSS
- Python
- Django
- Postgres
- Heroku for deployment
- Python3.8
- git
- Django
- Cloudinary
- Bootstrap4
- To access this application on your command line, you need to clone it
git clone https://github.com/casio-ka/insta
- Create a requirements.txt in the root folder and copy the requirements above.
- Install the required technologies with
pip install -r requirements.txt
- Create a .env file and fill in the information from above
- You can then run the server with:
python3.8 manage.py runserver
- You can make changes to the db with
python3.8 manage.py makemigrations $(app)
python3.8 manage.py migrate
Username: wainaina Password:<see_me>
None at all
You can view the live site here
This project is under the MIT licence
Copyright (c) 2020 wainaina kasyoka