Skip to content

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

License

Notifications You must be signed in to change notification settings

Radhesh-Sarma/Resource-Sharing-Portal

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published