Local library is a website that might be used to manage the catalog for a local library. The website provides an online catalog for a small local library, where users can browse available books, reserve books and manage their accounts
To install and run this project:
- Clone this repo using
git clone https://github.com/samadon1/locallibrary.git
- Create and activate a virtual environment for the project
virtualenv env
env\scripts\activate
- Install the requirements for the project
pip install -r requirements.txt
- Start and run the development server
python manage.py runserver
- Go to the catalog page
http://127.0.0.1:8000/catalog/