/BOOKy

A place for enthusiastic book readers to lend and borrow books

Primary LanguageHTMLMIT LicenseMIT

Installation

  • Windows
  1. Open terminal using WinKey+R then Type "cmd" and then click "OK" . Run the following command
    git clone https://github.com/khalidsaifullaah/BOOKy.git
    cd BOOKy
  2. Install and active virtual environment using
    pip install virtualenv
    virtualenv env
    env\Scripts\activate
  3. Change the directory using
    cd Source Code
  4. Now you need to install python packages to run the app
    pip install -r requirements.txt
  5. Run Django app
    python manage.py runserver