A Social Multi media webapp which allows user to create his/her account on the app by "Signing Up".
- Once the user has "signed up" after entering the details required, this data is saved in a "sqlite" server form where the "admin" can access it.
- The user is then allowed to do various tasks such as follow another user, upload a pic as post on user's feed, "like" their posts and more stuffs.
- Used django for the backend framework and JS for the backend logics of templates, HTML and CSS templates for the frontend.
- Copy the folder link where you want to create the copy
- Open terminal
- Go to that disk drive by typing
{disk driver}:
- Now access your folder by typing
cd {paste the folder link}
- type
python manage.py runserver