A simple & useful application to share events with like minded people. This application will serve the community by organzing details about the various events happening around the world.
The Backend is primarily built on NodeJS. We are using
- Node ( 10.16.3 )
- NPM ( 6.9.0 )
The project setup is fairly simple, clone the repo & run yarn install, all the dependencies will be installed for you.
In order to keep things tidy, we all will be following a simple guide
- All the commits should be as verbose as possible.
- Single commit represents single feature addition / bug fix / enhancement. Multiple commits will be squashed at the end in order for cleaner git history.
- Make sure you update the changelog after you have completed your feature, the changelog depicts the changes made in this version.
NOTE: Before implementing any code, do make sure you assign the issue to yourself and let the mainatiners know about the approach you will be using in order to implement that feature.
Happy Hacking!