Skip to content

tiagofribeiro/service-json

Repository files navigation

JSON Service

NestJS NodeJS TypeScript


Back-end application that reads and returns typed JSON data.


Introduction

This project was born aiming to facilitate JSON data reading.


Initially focused on consuming and showing public available IBGE (Instituto Brasileiro de Geografia e Estatística) information through an API.


Developed using NestJS (nest new .).


Run locally

To run the development server, clone the repo, install the packages present in package.json and run:

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Open http://localhost:3001 with your browser to see the result.


References and documentation

To learn more about NestJS, take a look at the following resources:

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

License

Nest is MIT licensed.

About

A service that returns JSON data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published