Skip to content

Simple blog with django and postgres (multi tier web apps with docker container)

Notifications You must be signed in to change notification settings

fhmlsml/simple-blog

Repository files navigation

simple-blog

Made with Django.

Very Simple blog web apps using django 3.2 and postgres (multi tier web apps with docker container)

Installation

Requires Docker and Docker Compose to run.

Build image with compose, install the dependencies, Migrate database, and the server is up.

$ mkdir testing
$ cd testing/
$ git clone https://github.com/fhmlsml/simple-blog.git
$ docker-compose up -d

Access

open browser and go to localhost:8000 or 127.0.0.1:8000


image

About

Simple blog with django and postgres (multi tier web apps with docker container)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published