The frontend of this project was generated with Angular CLI version 9.1.6.
Kangaroo is a simple scheduling and task management app built using angular, golang for the back end, and postgresql for the database.
Full support for mobile and touchscreen
To build on new server:
- Create a secrets.json file in /backend
- Populate the file with 'recaptcha', 'dbuser', 'dbpassword', 'key', 'jwt', and 'gmailPass'
- Run:
ng build --prod
- Once the frontend build is complete, run:
docker-compose up -d --build