https://github.com/felipeclarindo/students-manager-api
Rest api developed in java with spring to manager students in the database oracle.
https://github.com/felipeclarindo/students-manager-api
api-development api-rest java java-spring spring spring-boot
Last synced: 5 months ago
JSON representation
Rest api developed in java with spring to manager students in the database oracle.
- Host: GitHub
- URL: https://github.com/felipeclarindo/students-manager-api
- Owner: felipeclarindo
- License: agpl-3.0
- Created: 2025-03-09T03:32:10.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-05-13T12:05:51.000Z (8 months ago)
- Last Synced: 2025-05-13T13:26:42.075Z (8 months ago)
- Topics: api-development, api-rest, java, java-spring, spring, spring-boot
- Language: Java
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🌍 [Leia em Português](README.pt-BR.md)
# Students Manager API
API Rest developed in java using spring to manager students in the [students manager](https://github.com/felipeclarindo/students-manager) application
## Steps to install and run
1. Clone the repository:
```bash
git clone https://github.com/felipeclarindo/students-manager-api.git
```
2. Enter directory:
```bash
cd students-manager-api
```
3. Run the file `App.java` located in `src/main/java/com/example/students_manager_api/App.java`.
4. API is available in `localhost:8080`.
## Contribution
Contributions are welcome! If you have suggestions for improvements, feel free to open an issue or submit a pull request.
## Author
**Felipe Clarindo**
- [LinkedIn](https://www.linkedin.com/in/felipeclarindo)
- [Instagram](https://www.instagram.com/lipethecoder)
- [GitHub](https://github.com/felipeclarindo)
## License
This project is licensed under the [GNU Affero License](https://www.gnu.org/licenses/agpl-3.0.html).