Skip to content

A website that manages the catalog for a local library

License

Notifications You must be signed in to change notification settings

samadon1/locallibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Library 📚

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

↗️ How to run and install 💨

To install and run this project:

  1. Clone this repo using
git clone https://github.com/samadon1/locallibrary.git
  1. Create and activate a virtual environment for the project
virtualenv env
env\scripts\activate

Create a virtual environment

  1. Install the requirements for the project
pip install -r requirements.txt
  1. Start and run the development server
python manage.py runserver
  1. Go to the catalog page
http://127.0.0.1:8000/catalog/

About

A website that manages the catalog for a local library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published