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
- Host: GitHub
- URL: https://github.com/danilomeneghel/api-oracle-nosql
- Owner: danilomeneghel
- License: mit
- Created: 2022-06-05T17:54:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-05T18:07:12.000Z (over 2 years ago)
- Last Synced: 2024-12-14T14:34:41.781Z (2 months 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
[email protected]
http://danilomeneghel.github.io/