Skip to content

Local Development Backend

Sriram Viswanathan edited this page Jun 4, 2023 · 2 revisions

Pre-requisites

  • Docker - either using Docker-for-Desktop or using something like Colima

  • Docker-compose

  • Make utility

  • Python 3.9 or over

  • Poetry - https://python-poetry.org/

Building and running the backend Django App

The backend is based on Django (Python based) and uses Postgres for database.

Follow the README.md in the root directory of the code project to bring up the backend app.

Clone this wiki locally