Skip to content

alexand-ro/events

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROSEdu events

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

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!

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.0%
  • HTML 29.7%
  • CSS 11.8%
  • Makefile 1.5%