Simran-Sahni / Resource-Sharing-Website-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:HTML 88.4%Language:JavaScript 6.2%Language:CSS 3.0%Language:TeX 1.7%Language:Python 0.3%Language:Common Lisp 0.1%Language:Roff 0.1%Language:Makefile 0.0%Language:Batchfile 0.0%Language:C++ 0.0%