Giter Club home page Giter Club logo

Reflectcal

Reflect calendar is web calendar, aimed to be fast, minimalistic and functional.

Demo https://www.reflectcal.com/.

Installation and run

  1. Clone this repository locally.
mkdir reflectcal
cd reflectcal
git clone https://github.com/alexeykomov/reflectcal.git
  1. Runtimes - Install Java, Python and Node.js. Node.js must be at least of version v0.12.2.

  2. Install MongoDB. Create storage folder for it, may as well start an instance.

mkdir mongostorage
mongod --dbpath mongostorage
  1. Globally install following node modules - Express, Grunt, Less, Bunyan.
npm install express -g
npm install less -g
npm install grunt-cli -g
npm install bunyan -g
  1. Locally to project, install all needed node modules.
cd reflectcal
npm install
  1. Go to Google developers console and:

a. Create project for this particular app instance. Name it like something that reflects both app and particular machine from where app is launched, like "Reflect calendar on Alex's iMac".

b. Under API and auth/Credentials menu, create new Client ID with Web application bullet point.

c. In field "Authorized JavaScript origins" put http://localhost:3000/.

d. In field "Authorized redirect URIs" put http://localhost:3000/auth/google/callback. Note that you may insert your own part instead of http://localhost:3000.

e. Dowload JSON file and put it in your application root, near app.js.

  1. Compile from sources.
grunt compile-all
  1. Launch an application.
node --harmony app
  1. Go to http://localhost:3000/

reflectcal's Projects

reflectcal icon reflectcal

Fast and simple web-calendar. https://reflectcal.com

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.