Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rogendo/vhc-project-tracker
This is an Information Management System that jelps in organising and planning construction projects in a particular county in Kenya.
https://github.com/rogendo/vhc-project-tracker
django information-management-system
Last synced: 4 days ago
JSON representation
This is an Information Management System that jelps in organising and planning construction projects in a particular county in Kenya.
- Host: GitHub
- URL: https://github.com/rogendo/vhc-project-tracker
- Owner: Rogendo
- License: mit
- Created: 2023-06-21T07:25:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-18T20:32:56.000Z (about 1 year ago)
- Last Synced: 2024-04-27T00:28:26.647Z (7 months ago)
- Topics: django, information-management-system
- Language: JavaScript
- Homepage: http://codeaxe.co.ke/vihigacountyprojects/
- Size: 23.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
County Construction Project Information Management System
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.
# How to run it?
The following instructions were tested on the Windows and Linux with Python 3.8.
1. Clone this repository
```
git clone
https://github.com/Rogendo/VihigacountyconstructionprojectinformationSystem.git```
```
cd VihigacountyconstructionprojectinformationSystem/
```
2. Create and activate virtual environment
```
python -m venv venv
```
on Linux system
```
source venv/bin/activate
```
on Windows system
```
.\venv\Scripts\activate.bat
```
3. Install requirements
```
pip install -r requirements.txt
```
4. Cd to the directory with the manage.py file,
then run the server.5. Run the server
```
python manage.py runserver
```
List of features
- Information Management System Admin
Contributing
Keep it simple..
Author or Acknowledgments
- Peter Rogendo
License
This project is licensed under the MIT License