A MEAN app that store events happening around
⚠️ 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