/LibraryManagementSystem

Library Management System using Python Web Development (Django)

Primary LanguagePython

LibraryManagementSystem -Django

This project is based on an assignment of Object Oriented Software Engineering

Installation

  1. Open terminal using Ctrl+T. Run the following command
    git clone https://github.com/mansoorahmed-asterics/RestrauntApp-Django.git

  2. Create and active virtual environment using
    virtualenv -p python3 venv
    cd venv
    source bin/activate

  3. Change the directory using
    cd ..
    cd RestrauntApp-Django master

  4. Now run django server
    py manage.py runserver