Skip to content
This repository was archived by the owner on Apr 26, 2020. It is now read-only.
Hubert Moncenis edited this page Mar 5, 2019 · 1 revision

Welcome to the RTour API!

In this page, i will present the differents endpoints :

Actual link : localhost:3000

Authentification

Register βœ‹

route: /api/v1/user
method: POST

{  
email: [email protected]  
mdp: yourmdp  
}

Login πŸ”’

route: /api/v1/login
method: POST

{
email: [email protected]  
mdp: yourmdp  
}

Roadtrips

Listing πŸ‘

route: /api/v1/roadtrips
method: GET

Single πŸ₯‡

route: /api/v1/roadtrip

Method GET

Method POST

{

}

Clone this wiki locally