Skip to content
/ schedu Public

IT KMITL 3rd year project on Mobile Device Programming

Notifications You must be signed in to change notification settings

tanssw/schedu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schedu Mobile Application

Documents

Frontend Environment

// Get from Web Initialization of Firebase Project in Firebase Website
API_KEY=
AUTH_DOMAIN=
PROJECT_ID=
STORAGE_BUCKET=
MESSAGIN_SENDER_ID=
APP_ID=
MEASUREMENT_ID=

// Get it from .plist in Firebase Project. Can download from Firebase Website
IOS_CLIENT_ID=

// Hostname and Port of your backend server. (Example: http://localhost:3000) <= No '/' at the end
API_SERVER_DOMAIN=

Backend Environment

// Port of your server
PORT=

// Your MySQL Database User and Password
MYSQL_DB_HOST=
MYSQL_DB_USER=
MYSQL_DB_PASS=

// Name of the Mongo Database
IT_CALENDAR_DB_NAME=
SCHEDU_DB_NAME=

// Name of the collections
EVENTS_COLLECTION=

AUTH_COLLECTION=
APPOINTMENTS_COLLECTION=
NOTIFICATIONS_COLLECTION=
ACCOUNTS_COLLECTION=

Color Palette

  • #001e6a Blue
  • #005295 Light Blue
  • #4f89c4 Ligher Blue
  • #ffaa54 Yellow
  • RoyalBlue

About

IT KMITL 3rd year project on Mobile Device Programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •