Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikauematos/crud-angular-with-spring-front-end
The frontend is built using AngularJS to interact with the backend and provide a user interface to the end user.
https://github.com/ikauematos/crud-angular-with-spring-front-end
angular spring
Last synced: 4 days ago
JSON representation
The frontend is built using AngularJS to interact with the backend and provide a user interface to the end user.
- Host: GitHub
- URL: https://github.com/ikauematos/crud-angular-with-spring-front-end
- Owner: iKaueMatos
- Created: 2024-04-07T15:48:34.000Z (7 months ago)
- Default Branch: angular
- Last Pushed: 2024-04-08T18:03:23.000Z (7 months ago)
- Last Synced: 2024-04-30T12:29:56.777Z (7 months ago)
- Topics: angular, spring
- Language: TypeScript
- Homepage:
- Size: 177 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CRUD em AngularJS com Spring Boot
Neste projeto, você encontrará um exemplo básico de um aplicativo CRUD (Create, Read, Update, Delete) desenvolvido usando AngularJS no frontend e Spring Boot no backend.## Tecnologias utilizadas:
[![My Skills](https://skillicons.dev/icons?i=angular,materialui,spring)](https://skillicons.dev)## Front-end (AngularJS)
### Como executar a aplicação ?
1. após ter feito o git clone do projeto, entre na pasta abra o terminal e execute o seguinte comando:
```bash
npm install
```
irá ser instalado varias dependencias do angular que foram utilizadas no projeto para desenvolvimento.2 . após a instalação ter cido concluida com exito execute o seguinte comando para aplicação executar e você conseguir obter o acesso localmente:
```bash
npm start
```
ou```bash
ng serve
```
O frontend é construído utilizando AngularJS para interagir com o backend e fornecer uma interface de usuário para o usuário final. Consulte o README do frontend para mais informações sobre como configurar e executar o frontend.## Contribuindo
Contribuições são bem-vindas! Sinta-se à vontade para abrir uma issue para relatar problemas ou enviar um pull request com melhorias.