Skip to content

alannanoguchi/dear_parents_blog

Repository files navigation

"Dear Parents"

By: Alanna Noguchi

Deployed: https://dear-parents.dev.uhhllama.us/

This app is made for parents to use to post blogs. These posts are categorized into 3 types:

  • STORY
  • ADVICE
  • QUESTION

In order to use the app:

  • New users must : Sign-Up
  • Returning users must: Login

Once logged in, the user has access to post blogs and read blogs.


Category | Requirement | [ ✅ ]

🐳 Docker | Repository contains a Dockerfile and a docker-compose.yml file | [ ✅ ]

🐳 Docker | Dockerfile and docker-compose.yml file build without error | [ ✅ ]

⚙️ Deployment | Project deployed on CapRover using your own domain | [ ✅ ]

⚙️ Deployment | Uptime monitored by FreshPing or another health check service | [ ✅ ]

⚙️ CI | Project includes continuous integration | [ ✅ ]

📝 Docs | README includes badges for image size, build status, and website monitoring | [ ✅ ] Website

📝 Docs | README includes instructions on how to build and run your container | [ ✅ ]

How to build and run container:

Build the Image:

docker build -t django-image .

Create the Django Project by running the following command:

docker-compose run web django-admin startproject dearparentsblog .

Run the following command to start the project:

docker-compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published