Skip to content

miche1e/Digital_Events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital_Events

---OBJECTS---

user ={ -id -email -pwd -ruolo ?firstName ?secondName ?phone ?position }

location = { -id -description -position }

---CRUD---

POST /signup {user}

POST /signin {email, pwd}

GET /signout

GET /location []

GET /location/:id

AUTH Role == "ADMIN"

POST /locations {location}

PATCH /location/:id {location}

DELETE /location/:id

---DA DECIDERE---

GET /me

PATCH /me {utente}

GET /users []

GET /user/:id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •