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: about 1 month ago
JSON representation
API REST with Basic Authentication and Oracle NoSql
- Host: GitHub
- URL: https://github.com/danilomeneghel/api-oracle-nosql
- Owner: danilomeneghel
- License: mit
- Created: 2022-06-05T17:54:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-05T18:07:12.000Z (about 4 years ago)
- Last Synced: 2025-02-07T14:24:50.564Z (over 1 year ago)
- Topics: api-rest, basic-authentication, java-11, maven, oracle-nosql, spring-boot, swagger-2
- Language: Java
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
danilo.meneghel@gmail.com
http://danilomeneghel.github.io/