Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 1.51 KB

README.md

File metadata and controls

63 lines (48 loc) · 1.51 KB

Resource Sharing website

Web portal to help people connect with each other and share resources and goods.

Getting Started

You need to install these :

To download the repo use :

    git clone https://github.com/Radhesh-Sarma/Resource-Sharing-Website.git

Installation

  1. Install Postgresql for your os

  2. Install the virtual environment

    pip install pipenv
  1. Activate the virtual env
    pipenv shell
  1. Download the dependencies
    pipenv install

5.Set up the initial migration build the database.

  python manage.py makemigrations
  python manage.py migrate
  1. Create a superuser:
  python manage.py createsuperuser
  1. Confirm everything is working:
  python manage.py runserver

Authors

To be added

License

License