ShareIt is a Social-app implemented using (Django + Vue js). Features -> Direct Message, Follow, Like feed, Search, Notifications.
Clone this project.
-
Move to the base directory:
cd ShareIt
-
Create a new python enveronment with:
python -m venv env
. -
Activate enveronment with:
env\Scripts\activate
on windows, orsource env/bin/activate
on Mac and Linux. -
Install required dependences with:
pip install -r requirements.txt
. -
Make migrations with:
python manage.py makemigrations
and thenpython manage.py migrate
. -
Run app localy with:
python manage.py runserver
.
This project is officialy certified by Jewells Joshi. All rights reserved 2020.