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.
| Technology | Version |
|---|---|
| Python | 3.8 (and higher) |
| pip | 22.0 (and higher) |
| Sqlite | 3.9 (and higher) |
| Django | 4.0 |
| Bootstrap | 5.x |
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
This system has a Whatsapp group chat forum to discuss bugs, issues, releases and maintaince contact our developers
- FetaDeven,
- OLOWO_OMONDI_PHILLY
- Ivan for any inquiries
The project will be developed with agile software practices and features will be released independently until the project is completed by 27th July
To contribute to the system please the developers
- FetaDeven,
- OLOWO_OMONDI_PHILLY
- Ivan so that you can be added to the repository as a developer