This is a social networking application which is based on MVC architecture. It is based on django framework. It gives the utility to create new user, create new posts, make friend request and make new friends.
- Python
- Django
- Tailwindcss
- nodejs
- Flowbite
# cloning the project
git clone git@github.com:Shobhit-Mishra-02/Readme-backend.git
cd Social-media-app
# installing python packages
pip install -r requirements.txt
# creating database
python manage.py makemigrations
python mange.py migrate
# starting the server
python manage.py runserver
- Default database is mysql lite, for adding any other database support checkout django docs