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