webdevbroz / nutrient-checker

check the nutritional content of your meals, identify missing nutrients, and receive personalized food recommendations to optimize your diet.
1 stars 0 forks source link

Set up Django backend #5

Open Evomatic opened 7 months ago

Evomatic commented 7 months ago

We want to develop our django backend following CRUD REST API architecture. And for local development we want to set up a workflow that reduces conflicts with the developer's local database. Generate schema --> Seed data to database tables

Tables to include:

tds455 commented 7 months ago

https://docs.djangoproject.com/en/5.0/howto/legacy-databases/

Finish seeding the live postgres, copy to local, host container, reverse seed Django with model generation