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
- pip install virtualenvwrapper
- mkvirtualenv django
- workon django
- pip install django
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
- python manage.py runserver