Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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