This app is used to manage our events collaboratively, keep track of passed events and get notifications for new ones.
To setup you dev environment, just run:
make setup
Then, to import the example database:
make db-import
To run the app, first make sure your mongod process is running, and launch app:
nodemon
To deploy app in production, you need access privileges to projects.rosedu.org, so you can run:
make deploy
To contribute, fork the project, solve issues, make Pull Requests. Please comply with npm's "funny" coding style