Skip to content

Meeting Scheduler Demo App with Express, Cloud Firestore and Vue.js

Notifications You must be signed in to change notification settings

nikkanetiya/meeting-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meeting-scheduler

Meeting Scheduler Demo App with Express, Cloud Firestore and Vue.js

Command Reference

npm start : Start in prod mode

npm run dev : Start in dev mode

npm run test: Run tests

API Reference

Add Event

curl --location --request POST 'http://localhost:3000/events' \
--header 'Content-Type: application/json' \
--data-raw '{
	"startTime": "2020-01-14T00:00:01+05:30",
	"duration": 30
}'

List Events

curl --location --request GET 'http://localhost:3000/events?from=2020-01-13&to=2020-01-13'

List Available Slots

curl --location --request GET 'http://localhost:3000/events/availability?date=2020-01-14'

About

Meeting Scheduler Demo App with Express, Cloud Firestore and Vue.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published