Skip to content

evansb/timi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

449 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TIMI

Get your time right with TIMI!

URL: timiapp.me

Timi is a mobile app that finds your team a meeting time based on your team's schedule and your defined constraints.

Prerequisites

  • Node.js (>= 0.10)
  • NPM (>= 2.3)
  • PostgreSQL Server

Installation Instructions.

  1. Clone the repository

  2. Install required command line utilities

$ npm install -g cordova ionic gulp-cli bower
  1. Install the API and the Frontend
$ cd api && npm install
$ cd ..
$ cd app && npm install && bower install
  1. To run the API
$ cd api && gulp
  1. To auto-compile the front end changes
$ cd app && gulp
  1. To preview the front end
$ ionic serve

Members

CS3216 2015/16 Assignment 3 Group 01

Name Matric
Evan Sebastian A0112054Y
Sharon Lynn A0112171Y
Patricia Wong Xi Wei A0099112H
Liu Yang A0133920N

Contributions

Evan Sebastian: Front and Back End Developer (Main Developer)

  • Created the front end.
  • Checked the back end.
  • Implemented Google authentication, cache, etc.

Sharon Lynn: Project Manager

  • Managed Trello and documentation.
  • Helped with front end.
  • Implemented NUSMods processing.

Patricia Wong Xi Wei: Designer

  • Designed the logo, thus branding.
  • Designed the page layouts.
  • Provided the colour palette.

Liu Yang: Back End Developer

  • Created REST API.
  • Implemented TIMI's schedule processing.

About

Find the best meeting time for your team

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors