Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 907 Bytes

File metadata and controls

19 lines (18 loc) · 907 Bytes

Library Management System

This project is currently hosted on pythonanywhere

Video demonstrating the working and functionalities of the project. This project has been done as part of take home internship selection task.

Tech Stacks Used:Django,Python 3.8,HTML,CSS,javaScript,Ajax,Bootstrap, Postgre SQL(sqlite locally, postgres in live server)

How to run this project?

  pip install virtualenv
  virtualenv .
  .\scripts\activate
  git clone "https://github.com/ayushganguli1769/library.git"
  cd library
  py -3.8 -m pip install -r requirements.txt
  py -3.8 manage.py runserver


Type the following url in your web browser to run it locally http://127.0.0.1:8000/