This little Social Media App is powered by Django and represents my first backend and fullstack project.
if you want to contribute , or use this project on your local machine you dont have to install eny thing,
every thing is in venv
folder .
step1: activate the virtual environment :
venv\Scripts\activate
step2: make sure to excute these commands to ceate database
python manage.py makemigrations
python manage.py migrate
step3: run the server
python manage.py runserver
We welcome contributions from the community if you're interested in contributing to the development of this app, Whether you're a seasoned developer or just starting out,your contributions are valuable to us,and we appreciate every effort made to enhance this application.