An open API service indexing awesome lists of open source software.

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.

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).