Project developed in the Spring Boot Full Stack with Angular track of Amigoscode
Before you begin, make sure you have met the following requirements:
- You only need a browser to access the project in
netlify
.
If you need installation instructions, click here.
To install Employee Manager, follow these steps:
You don't need to install anything, just open the project in your browser.
but, if you want to run the project locally on your machine
1ΒΊ Run the backend on your intellij just build and run
2ΒΊ Run the frontend in your VSCode and run with the command below
> npm run start
To use Employee Manager, follow these steps:
The project is an employee manager, with Angular being my SPA and Java
with Spring boot as my backend.
It can do the basic operations of a CRUD, adding, changing and deleting
an employee.
Project developed in the Spring Boot Full Stack with Angular
track of Amigoscode, but I made several modifications, the
course served more as inspiration.
To contribute to Employee Manager, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <nome_branch>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Send to the original branch:
git push origin Employee Manager / <local>
- Create the pull request.
Alternatively, see the GitHub documentation at how to create a pull request..
We thank the following people who contributed to this project:
Joabe Henrique [Author] |
Do you want to be part of this project? Click here and read how to contribute.
This project is under license. See the license file for more details.