This is the client side code for the scheduler project
##INSTALLATION GUIDE
- Fork repo as personal repo
- Clone the fork to local repository
- run
npm install
##How to run locally
The angular app need to run on a server for it to function. You can run it on a mamp server.
You can also run it using http-server
- Install http server by running
npm install http-server -g
- Navigate to project directory and run
http-server
##Connecting to cloud data api
This can be done by changing the url in the constants.js
file in the constants folder.
AWS URL= http://ec2-35-162-0-205.us-west-2.compute.amazonaws.com:8080/api
##TODO
Show user a message when signin cridentials are wrongShow message when creating a user fails or is successful- Add angular calendar to dashboard
- Add UI for user to add Availability