Skip to content

Sid-stha7/LIBYMAX-Library-site-python-django-js-AI-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIBYMAX

Liby max is an online library management site where you can view and add books to your wishlist . Frontend was developed using HTML/CSS and JAvascript whereas for backend Python(Django) was intergrated

Python download link

Create Virtual environment for project

  • pip install virtualenvwrapper
  • mkvirtualenv django
  • workon django

Install Django:

  • pip install django

Install dependencies

In order to run this project all the required dependencies and settings should be installed which is inlisted in requirement.txt.

  • pip install -r requirement.txt

Run project

  • python manage.py runserver