/simple_instagram

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

simple_instagram

This is a social network project. Backend uses the Django framework and the template is made with Bootstrap, JavaScript, etc. Users can register, login and edit their profile, and follow and unfollow other users. Users can also publish the image with a caption or delete or edit it. It is possible to like posts and post comments.Etc

===========================================================

Installation guide:

create virtualenv and activate

pip install -r requirements.txt

cp .env-sample .env

python manage.py runserver