Momentum logo
Team 8 Classroom

🐝 Welcome to Advanced Back End 🐝

Posted on Jul 6th, 2021

⚠️ You only need to read this post if you are in the back-end group.

🐍 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 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 from django-extensions).

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

These are this week’s required readings, videos, and/or podcasts. Read, watch, or listen, take notes, and come prepared to discuss what you learned.

Deployment

Databases & Data Modeling

Debugging

πŸ”– Resources

Back to home