Web portal to help people connect with each other and share resources and goods.
You need to install these :
To download the repo use :
git clone https://github.com/Radhesh-Sarma/Resource-Sharing-Website.git
-
Install Postgresql for your os
-
Install the virtual environment
pip install pipenv- Activate the virtual env
pipenv shell- Download the dependencies
pipenv install5.Set up the initial migration build the database.
python manage.py makemigrations
python manage.py migrate- Create a superuser:
python manage.py createsuperuser- Confirm everything is working:
python manage.py runserver-
Special Thanks to Pranjal Shukla for valuable feedback, suggestions