Skip to content

christhianjesus/priverion-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

priverion-challenge

This repository implements an API to get advertisement information.

Install

Make sure you are using Docker

docker-compose -f deployments/docker-compose.yml --project-directory . up

Routes

PUBLIC

POST http://localhost:8080/register/
POST http://localhost:8080/login/

USER (JWT Auth)

Authorization required

GET    http://localhost:8080/user/650aa6e112fb865df9149479
PATCH  http://localhost:8080/user/650aa6e112fb865df9149479
DELETE http://localhost:8080/user/650aa6e112fb865df9149479

GET    http://localhost:8080/advertisement/
POST   http://localhost:8080/advertisement/
GET    http://localhost:8080/advertisement/650aa6e112fb865df9149479
PATCH  http://localhost:8080/advertisement/650aa6e112fb865df9149479
DELETE http://localhost:8080/advertisement/650aa6e112fb865df9149479

Diagram

a relative link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published