Momentum logo
Team 12 Classroom

🐻 Welcome to Advanced Back End 🐻

Posted on May 16th, 2022

⚠️ You only need to read this post if you are on the back end team 🐻

πŸ—“οΈ Today’s Topics

🎯 Project: Habit Tracker

You’ll be working on Habit Tracker this week.

It’s important to read the project requirements thoroughly and to start to think about how you would do this project.

First steps: generate the project skeleton; make sure you are using Postgres; deploy to Heroku; and design your models. Make sure to create a diagram showing model fields and relationships. Talk through with each other how you are thinking about this.

By tomorrow:

  • Your application should be deployed to Heroku.
  • Your models should be functional.
  • You should be able to create habits and associated daily records in the Django shell (I recommend using shell_plus which is available when you have django-extensions installed).

πŸ“– Read | πŸ“Ί Watch | 🎧 Listen

These are this week’s required readings, videos, and/or podcasts. Read, watch, or listen, and take notes.

Deployment

Databases & Data Modeling

Debugging

πŸ”– Resources

πŸ‘Ύ Code & Notes

Back to home