Skip to content

rosedu/hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROSEdu Hub

This app is used to manage our events collaboratively, keep track of passed events and get notifications for new ones and much more.

Setup

To setup you dev environment, just run:

    make setup

Then, to import the example database:

	make db-import

Run

To run the app, first make sure your mongod process is running, and launch app:

    nodemon

Deploy

To deploy app in production, you need access privileges to projects.rosedu.org, so you can run:

    make deploy

Contribute

To contribute, fork the project, solve issues, make Pull Requests. Please comply with npm's "funny" coding style

Happy coding!