Skip to content

Barissa-Imran/pokomo

Repository files navigation

Pokomo Dictionary

Pokomo Dictionary & Wiki

A web dictionary & Wiki for the Pokomo language native to the Kenyan Coast

Live site

🛠 Installation & Set Up

If you don't have Python and Django installed follow this tutorial.

Remember to create a virtual enviroment from the tutorial above

You need a working postgres database for this project. Save your credentials in a .env file

  1. Install dependancies
pip install -r requirements
  1. Start the server on localhost
python manage.py runserver

Happy coding!