Recipe App

Objective

Develop a full-stack web application using the Django development server. Deploy the application using Heroku, with a Postgres database at the backend, HTML, and CSS-based rendered pages at the frontend and Python-based Django as the web application framework.

Notes

  • This application is made with Python using the Django Framework
  • The purpose of this application is to be able to use CRUD within a database full of recipes.
  • This is a part of my specialty course at CareerFoundry learning about using Python with Django.

Related