A MEAN app that store events happening around
Example: kube.events
This is the 3rd repo that I'm creating to write a Docker blog from. The previous ones are the following:
Based on these two repos, Ajeet and I wrote two blog posts that were published on Docker's website:
- How to Build and Deploy a Django-based URL Shortener App from Scratch
- How to Build and Deploy a URL Shortener Using TypeScript and Nest.js
This idea for this repo is the same. This repo will host an event website similar to kube.events that will be the base for the next Docker blog post.
⚠️ Contributions are welcome.
I have created a few issue as starting points. You can confer also the aforementioned repos and blog posts. The contributors will be mentioned on the end result.
Some recommendations:
- Use TypeScript instead of JavaScript wherever possible (e.g. for the Express backend).
- Try to use test-driven development (TDD).
- Try to use consistent commit messages, e.g. take a look at this article.
The directory structure should be as follows:
.
├── 📁 backend
├── 📁 frontend
├── 📄 docker-compose.yaml
└── 📄 README