This project is an Angular exercise project serving an additional purpose of potentially useful application to track 1 on 1 meeting agreements in your organisation.
Information entered in the system are intended to be reviewed by Specialization Lead (SL) only.
Project can be run in development
mode on your localhost
or in Firebase in production mode.
Run npm start
to build and run the application in development
mode. API calls will be sent against back-end server running on localhost
also.
Run npm run deploy
to build and depploy the application in production
mode on Firebase server. API calls will be sent against back-end server running on Render
You can also test your application before deploying to firebase with local firebase deploy by running npm run deploy:local