vishwaefor / nodejs-get-started

Getting started with Node JS
Apache License 2.0
1 stars 5 forks source link

Countries endpoint #12

Open madhuwantha opened 5 years ago

madhuwantha commented 5 years ago

make an endpoint called /countries

create a country - POSt /countries get all countries - GET /countries

get one country - GET /country/sl

HansamalDharmananda commented 5 years ago

nice