https://github.com/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.
https://github.com/clintonbrito/crud-angular-spring
angular java spring typescript
Last synced: 4 months ago
JSON representation
CRUD app from an Angular + Java with Spring course. Practical exercise covering front-end in Angular and back-end logic with Java and Spring.
- Host: GitHub
- URL: https://github.com/clintonbrito/crud-angular-spring
- Owner: clintonbrito
- Created: 2024-01-12T01:33:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-28T00:49:38.000Z (over 1 year ago)
- Last Synced: 2025-01-18T13:48:20.718Z (6 months ago)
- Topics: angular, java, spring, typescript
- Language: TypeScript
- Homepage:
- Size: 348 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD Angular + Spring
This web application is a CRUD developed from [Loiane](https://github.com/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:






## ๐ Getting started locally
Clone this repository to your local machine and access the cloned directory:
git clone [email protected]: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
[](https://conventionalcommits.org)
![]()
This project adopts [Gitmoji](https://github.com/carloscuesta/gitmoji) and the commit convention known as [Conventional Commits](https://www.conventionalcommits.org/). 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.