In this simple example I am creating a RESTful API on JAVA. It will follow the MVC Principles and I will use an In Memory Database to provide a login system for users using the app. The application's GitHub repo that is using this back-end can be found here.
For a live demo of the Angular Client calling the current Java API click here.
- Create endpoint to handle breathing exercises noting
- Create endpoint to handle calendar requests to save meditation sessions per user.
- Create endpoint to retrieve list of meditation exercises