This project use NestJS, a progressive Node.js framework for building efficient and scalable server-side applications.
- NestJS
- NodeJS
- Puppeteer
- MongoDB
- RabbitMQ
- JWT Auth
API to get Places by Local Names.
- Neighborhoods
- Cities
- States
- Regions
- Countries
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
After run the server, make a get in browser, postman or similar
## Neighborhoods By City example
http://places.devseeder.com/api/neighborhoods/city/brazil/sc/orleans
## Neighborhoods By State example
http://places.devseeder.com/api/neighborhoods/state/brazil/sc
## Cities By State example
http://places.devseeder.com/api/cities/state/brazil/sc
## Cities By Country example
http://places.devseeder.com/api/cities/country/brazil
## States By Country example
http://places.devseeder.com/api/states/country/brazil
## Countries example
http://places.devseeder.com/api/countries/
At the moment, it's working only for Brazilians Neighborhoods.