Intro - welcome to ***** County Information Management System
This is an Information Management System that jelps in organising and planning construction projects in a county. It tracks construction projects' tenders, contractors and project progress.
The following instructions were tested on the Windows and Linux with Python 3.8.
- Clone this repository
git clone
https://github.com/Rogendo/VihigacountyconstructionprojectinformationSystem.git
cd VihigacountyconstructionprojectinformationSystem/
- Create and activate virtual environment
python -m venv venv
on Linux system
source venv/bin/activate
on Windows system
.\venv\Scripts\activate.bat
- Install requirements
pip install -r requirements.txt
-
Cd to the directory with the manage.py file, then run the server.
-
Run the server
python manage.py runserver
- Information Management System Admin
- Peter Rogendo
This project is licensed under the MIT License