👨 Author : Colin RENAUD
cd client
npm install && npm start
localhost:3000/
cd server
npm install && npm start
localhost:8080/
source : country-json
{
country:[
{
country : "Azerbaijan",
abbreviation : "AZ",
id : 1,
},
{
...
}
]
}
Swagger documentation (https://app.swaggerhub.com/apis/Polytech-Nantes/NEWDEAL_API/1.0.0#free)
/country
: GET
POST
/country/{countryId}
: GET
, PUT
, DELETE