heroku settings: https://dashboard.heroku.com/apps/fullcallendar-nodejs/settings
Main website FullCalendar: https://fullcalendar.io/
HTML template from Creative Tim: https://www.creative-tim.com/product/full-calendar
Inspired by @MikeSmithDev https://github.com/MikeSmithDev/FullCalModal-Node/blob/master/package.json
https://fullcalendar.io/js/fullcalendar-3.4.0/demos/external-dragging.html
https://fullcalendar.io/js/fullcalendar-3.4.0/demos/list-views.html
Check out the demo!
Make sure you have Node.js and the Heroku CLI installed.
You can clone nodejs with heroku integration project
$ git clone git@github.com:heroku/node-js-getting-started.git # or clone your own fork
$ cd node-js-getting-started
$ npm install
$ npm start
- mongodb
- nodejs
Your app should now be running on localhost:3000.
$ heroku create
$ git push heroku master
$ heroku open
or
heroku create your-awesome-name
heroku addons:add mlab
heroku config:set GOOGLE_CALENDAR_API_KEY='your_secret';
heroku config:set GOOGLE_CALENDAR_ID='test_example'
Install dependencies with npm install
.
Start the server with node .
.
For more information about using Node.js on Heroku, see these Dev Center articles:
- Getting Started with Node.js on Heroku
- Heroku Node.js Support
- Node.js on Heroku
- Best Practices for Node.js Development
Screens at Issue #4
https://user-images.githubusercontent.com/1469198/28412400-cb1c9918-6d4c-11e7-8bcd-0db72c7e23ca.png https://user-images.githubusercontent.com/1469198/28412796-f30af6e4-6d4d-11e7-8791-e7ae0c86bfd7.png https://user-images.githubusercontent.com/1469198/28412815-00989d16-6d4e-11e7-9fa5-676e584737ff.png https://user-images.githubusercontent.com/1469198/28412825-066a9316-6d4e-11e7-9c48-2f0df525a3cc.png