Skip to content

Philly-Archie/Django_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIBRARY CATALOG SYSTEM

INTRODUCTION

This is web applciation built with the django framework using sqlite database and boostrap for frontend. This system is library catalog that allows students borrow and return books that are uploaded by a librarian.

Base Technologies

Technology Version
Python 3.8 (and higher)
pip 22.0 (and higher)
Sqlite 3.9 (and higher)
Django 4.0
Bootstrap 5.x

Getting Started

Installation for development on a local Machine

To run this software please ensure that you have python and django installed.

  • Create a directory called library_catalog on your machine.

  • Clone the repository from gitlab with the commad below

    $ git clone git clone https://gitlab.com/react-crew/React_APP.git library_catalog
    
  • Set up virtualenv.

    • For Windows
    $ python -m pip install virtualenv
    $ py -m virtualenv env
    $ .\env\Scripts\activate
    
    • For Linux And Mac OS
    $ pip install virtualenv
    $ virtualenv env
    $ source bin/activate
    
  • install dependencies if requirements.txt exists in project repository\

    $ pip install -r requirements.txt "" Mac "" 
    $ py -m install -r requirements.txt "" Windows ""
    
  • Run django application

    $ python manage.py runserver
    OR
    $ py manage.py runserver
    

Setup for production

Support

This system has a Whatsapp group chat forum to discuss bugs, issues, releases and maintaince contact our developers

Roadmap

The project will be developed with agile software practices and features will be released independently until the project is completed by 27th July

Contributing

To contribute to the system please the developers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors