rodekruis / relief-app

Simple app for relief.
https://relief-system-webapp.azurewebsites.net/
GNU Affero General Public License v3.0
2 stars 0 forks source link

How do I run server without azure cosmos?[Small Ticket] #11

Open w3eydi opened 1 month ago

w3eydi commented 1 month ago

Hello,

I'm Eydi. I work as a business analyst at Turkish Red Crescent under the coordination of Kızılaykart.

Since I have knowledge about software(Especially rust-lang, but that's not the point. :) ), I wanted to examine this project. I managed to run Python-related libraries by installing venv in version 3.8.

Even though I create the .env file with MODE=offline, it still requires connection to azure. If db will be required here, how can I proceed to use it via a script with sqllite? Moreover; How should the columns of the table in the database be?

What needs to be done