A full stack application built to track the progress on my job applications. Built with Angular and Typescript for the frontend, Java and Spring Boot for the backend. The backend also connects to an Oracle SQL database.
Make sure you have the Angular CLI installed:
npm install -g @angular/cli
To start the dev server:
cd frontend
npm install
ng serve
Open the backend folder as a Gradle project. You will need to specify the database connection details in the application properties. By default, the dev profile is used (see here to learn about Spring Boot profiles).