Skip to content

Blog web app developed with Django, Bulma CSS, Contentful & Heroku

Notifications You must be signed in to change notification settings

UffaModey/blog-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contentful-blog-app

Blog app developed with Django, Bulma CSS, Contentful & Heroku. Contentful is used for content infrastructure management for the application. The Contentful web app is an easy-to-use editor for authoring content. A non technical user easily create and update content for the web app using Contentful. Content published is automatically deployed to the web app using the content API.

APIs

Contentful follows an API-first approach, which means that all of its functionality is provided by an API. Blog information (such as id, date, title, slug, blog text in markdown and image) are modelled as content on the Contentful web app. The Python SDK for Contentful is used to import the content as objects.

Cloud Hosting

The application is hosted on Heroku. https://hidden-dawn-21749.herokuapp.com/

Database

The application database is a Heroku Postgres db. Emails submitted on the web app for subcribing to the newsletter are inserted as a record in the Heroku database. Duplicate emails are not accepted. Only valid emails are inserted in the database.

CD Pipeline

The application uses a Heroku GitHub pipeline for continous development. Changes pushed to the main branch are automatically deployed to production.

Frontend Development

The application was developed using Bulma CSS Framework template.

environment variables

For security the application uses environment variables to store secret keys, passwords and other sensitive data.

About

Blog web app developed with Django, Bulma CSS, Contentful & Heroku

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages