- public(frontend) - compiled
jsandcssfiles by Gulp - src(frontend) - source
jsandsassfiles that need to be compiled - views(frontend) - view model files. (using
pugfor now) - routes(backend) - backend routers
npm i&npm i gulp -gornpm i gulpif don't have access tosudogulpnode server.js- Visit
localhost:8080/
The demo of our core functionality runs in http://localhost:8080/attend/4d0668f2-978b-4987-8cb2-1494cf7ebd39, which represents
a meeting needs to be scheduled.
You can select your time slots with different priorities and submit them. These information goes into backend and database. And the calculated freedom priority calendar(on the right) will be updated, too. The gray scale of the time slot indicates the overall freedom choose by people.
The event creating API is available via /event/create, but the page is still under construction.