expalin
- GET /api/v1/countries/:contint - continent need to be [africa,americas,asia,europe,oceania] // defult americas
- GET /api/v1/weather/ need to run before 1 to get all city or /api/v1/weather/:city for city
- POST /api/v1/filter/ need to run before 1 (the json body like your doc)
i am using yarn but you can install via npm
clone or download the git
yarn install
yarn start // for dev with nodemon and bable-node
yarn build and yarn serve