Skip to content

The backend api powering the Covid-19 Kenya Website

License

Notifications You must be signed in to change notification settings

CovidKenya/core

Repository files navigation

CovidKenya Backend

Core is the backend that powers the Covid Kenya website.

Tech

Core is written in Python3 and Django 3.0.3.

Setup

  • 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

Collaboration

Clone the repository and please read the contributing guide.

License

This project is licensed under the MIT License - see the LICENSE file for more details.

About

The backend api powering the Covid-19 Kenya Website

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •