Skip to content

schawanji/locallibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 

Repository files navigation

LocalLibrary

LocalLibrary is a Django project inspired by the local library app tutorial developed by MDN Web Docs. The project features a catalogue app that allows users to manage and browse a local library's collection of books.

Usage

To use the LocalLibrary app, follow the instructions below:

  1. Activate the virtual environment (Windows):
python3 -m venv djangoenv
cd djangoenv/Scripts
activate
  1. Clone the repository:
git clone https://github.com/schawanji/locallibrary.git
cd locallibrary/locallibrary
  1. Install the required dependencies:
pip3 install -r requirements.txt
  1. Apply database migrations:
python3 manage.py makemigrations
python3 manage.py migrate
  1. Create a superuser:
python3 manage.py createsuperuser
  1. Run the development server:
python3 manage.py runserver
  1. Access the app in your browser at http://localhost:8000.

  2. Log in using the credentials you created with the createsuperuser command.

Feel free to explore the LocalLibrary app and manage the catalogue of books using its intuitive interface.

Note: Make sure you have Python 3.x and Django installed on your system before proceeding with the above steps.

About

LocalLibrary is a Django project inspired by the local library app tutorial developed by MDN Web Docs. The project features a catalogue app that allows users to manage and browse a local library's collection of books.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors