clintonbrito / crud-angular-spring

CRUD app from an Angular + Java with Spring course. Practical exercise covering front-end in Angular and back-end logic with Java and Spring.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRUD Angular + Spring

This web application is a CRUD developed from Loiane Angular + Spring online course. It allows users to record courses, delete them, update course details, and retrieve a comprehensive list of all courses.


πŸ§ͺ Technologies

This project was developed using:

Java Spring Angular TypeScript MySQL Docker


πŸš€ Getting started locally

Clone this repository to your local machine and access the cloned directory:

git clone git@github.com:clintonbrito/crud-angular-spring.git
cd crud-angular-spring

[WORK IN PROGRESS] Run this command to create all the project's Docker containers and install the dependencies:

docker compose up -d

[WORK IN PROGRESS] If you need to stop and remove the project's Docker containers, you can use the following command:

docker compose down

Check the front-end docker logs using the command docker logs -f app_frontend which address is running the application and open your browser and access the application through the address below to view the interface locally, for example:

http://localhost:4200/

🎨 Development Patterns

Commit Patterns

Conventional Commits Gitmoji

This project adopts Gitmoji and the commit convention known as Conventional Commits. This means that we follow a standardized format for our commit messages, making it easier to generate changelogs and adopt semantic versioning.

Example commit messages format:

feat: add login functionality
fix: resolve issue with user registration
wip: connecting back-end to front-end

πŸ“ License

This project is licensed under the MIT License. See the LICENSE file for details.

About

CRUD app from an Angular + Java with Spring course. Practical exercise covering front-end in Angular and back-end logic with Java and Spring.


Languages

Language:TypeScript 44.7%Language:Java 39.9%Language:HTML 12.2%Language:SCSS 3.0%Language:JavaScript 0.3%