Core is the backend that powers the Covid Kenya website.
Core is written in Python3 and Django 3.0.3.
- First, clone the repository:
git clone https://github.com/CovidKenya/core.git
cd core
- Create a virtual environment to install dependencies in and activate it:
mkvirtualenv <envname>
source <envname>/bin/activate
- Install requirements in the virtual environment created:
pip install -r requirements.txt
- Run database migrations with this command
python3 manage.py migrate
- Run server to ensure everything is working properly.
python3 manage.py runserver
Clone the repository and please read the contributing guide.
This project is licensed under the MIT License - see the LICENSE file for more details.