My project work for the Java Web Developer Nanodegree by Udacity.
- Project 1 - Super Duper Drive
- Web application implemented by SpringMVC and Thymeleaf
- Upload, view or download files and store them in database.
- List or manage files, notes, and credentials.
- Using Spring Data, and H2 in-memory database
- Project 2 - Backend System for a Car Website
- REST-API Microservices
- Cars management with integration with Microservices for Prices and Maps retrieval
- Microservices registered as Netflix Eureka clients
- Centralized documentation connected to all Microservices
- Using Spring Data, MySQL database
- Project 3 - Critter Chronologer
- REST-API Webservices
- Lists and manages the Pets, Employees, Customers, and Schedules.
- Using Spring Data, and H2 in-memory database
- Project 4 - eCommerce Application
- Secured REST-API Webservices deployed on Docker containers using Jenkins pipeline
- Lists and manages the Users, Shopping Items, Shopping Carts and Views Users' Orders history.
- Using Spring Security, and H2 in-memory database