Skip to content

khalidsaifullaah/BOOKy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A place for enthusiastic book readers to lend and borrow books

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published