Skip to content
This repository has been archived by the owner on Jun 16, 2018. It is now read-only.

atherdon/fullcalendar-node2

Repository files navigation

fullcalendar-node2

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

FullCalendar Github Readme!

Check out the demo!

Running Locally

Make sure you have Node.js and the Heroku CLI installed.

Install

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

Configuration

System Requirements

  • mongodb
  • nodejs

Your app should now be running on localhost:3000.


Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku

Heroku Deployment

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'


How to run build process


Place, where import data files stored


Getting Started

Install dependencies with npm install.

Start the server with node ..

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles:

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

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published