Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.8 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.8 KB

Events 🍺

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:

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.

How to Contribute

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

Contributors

List of Contributors