Auth API
This application was developed in order to train authorization/authentication concepts.
This project is based in CRUD with Architeture Authenticated with unitary and integration tests.
At time, this app accepts both basic and JWT auth.
Technologies | How To Use | How To Contribute | License
This project was developed with the following technologies:
-
API:
-
Utils:
-
Tests:
To clone and run this application, you'll need Git, Maven and Mongo installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/Duduxs/auth-api
# Go into the repository
$ cd auth-api
To run the API server:
# put at bash mvn: compile quarkus:dev
Now access on your browser: http://localhost:8080 [Tests -> 8084]
docs -> http://localhost:8080/q/doc
- Make a fork;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit changes:
git commit -m 'feat: My new feature'
; - Make a push to your branch:
git push origin my-feature
.
This project is under the MIT license. See the LICENSE for more information.