- Objective - to create an implementation of a web service
- Purpose - to demonstrate the construction of a full-stacked web-application
- Description
- This Case Study is your first foray into building a full-stack application. You'll be building a Spring MVC based application, which means you'll learn about what it takes to build a functional application from the ground up yourself.
- This is exciting! It's a lot, but we've given you the tools to be able to build what you need, and you get to decide what you do with it. You also get to be creative in choosing what sort of application you want to build!
- You will be working individually to design your app. We hope you'll exercise creativity on this project, sketch some wireframes before you start, make sure you have time to run these ideas by your instructors to get their feedback before you dive too deep into coding! Remember to keep things small and focus on mastering the fundamentals.
- Additional Resources
RESTfulweb service which consumes requests from a front-end web application and caches each request and the respective response to a database.- The application must support a login functionality.
- Select at least 1 technology from each of the following categories:
-
Version Control System
- Github
- Bitbucket
-
Wireframe
- Mockflow
- Balsamiq
- Lucidcharts
-
Frontend
- Java Server Pages
-
Business Logic
- Java
- TypeScript
-
WebServer Implementation
- Spring Boot
- At least 1 backing service API
-
Data Layer
- MySQL
- PostgreSQL
- MariaDB
-
Web Server Cloud Deployment
- Heroku
- AWS EC2 Instance
-
Web Application Cloud Deployment
- Netlify
- AWS EC2 Instance
-
- It is advised that you make install each of the following technologies to ensure that are at least accessible
- Install NodeJs.
- Install Angular.
- Install AngularCli.