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

https://github.com/danilomeneghel/api-oracle-nosql

API REST with Basic Authentication and Oracle NoSql
https://github.com/danilomeneghel/api-oracle-nosql

api-rest basic-authentication java-11 maven oracle-nosql spring-boot swagger-2

Last synced: 14 days ago
JSON representation

API REST with Basic Authentication and Oracle NoSql

Awesome Lists containing this project

README

        

# Student API

API REST with Basic Authentication and Oracle NoSql.

## Features

- CRUD
- API Restful
- Basic Authentication

## Requirements

- Java JDK 11
- Apache Maven >= 3.6.3
- Oracle NoSql

## Technologies

- Java
- Spring
- NoSql
- Maven
- Lombok
- Swagger

## Installation

```
$ git clone https://github.com/danilomeneghel/api-oracle-nosql.git

$ cd api-oracle-nosql
```

## Maven

To load the project, type in the terminal:

```
$ ./mvnw spring-boot:run
```

## Swagger

Restful API Documentation:

http://localhost:8080/swagger-ui.html

## Basic Authentication

Username: admin

Password: admin

## License

Project licensed under The MIT License (MIT).

Developed by

Danilo Meneghel

[email protected]

http://danilomeneghel.github.io/