Team Name: Twilio Tech Titans
Creators:
Afreen Safdar GitHub: https://github.com/afreensafdar
Judith Liem GitHub: https://github.com/jjliem
Mushfika Raisa GitHub: https://github.com/mushfikaraisa
Ricardo Salcido GitHub: https://github.com/RSalcido2019
Saleem Raes GitHub: https://github.com/saleem2007
App Name: ToodleDo
After cloning or forking the repo, add the following files. These files will contain information unique to your Twilio Account.
In src/main, create new folder named resources, inside of that add application.yml
In src/main/ui, add api-server.js
In src/main/ui/src, add auth_config.json
Also:
Change number in NewTask.js
To run the project, you need to run in 2 places.
Run Springboot backend using Maven tab > Plugins > springboot:run command on DemoApplication file
Run React front end by cd src/main/ui
npm install
npm run dev