This is a simple API created, which lists a certain data set of TV Series or streamings
Study about creating an API (following the REST API), using Node.js, Express.js and TypeScript
To build this API, mocked data was used, this data was obtained through web scrapping carried out on the website IMDB, the algorithm that was used to obtain this data is documented in this gist
- Clone the project
git clone https://github.com/Odisseu93/series-api.git
- Go to the project folder
cd series-api
- Install all dependencies
yarn install
- Run the server
para tests `yarn test` e para o build `yarn build`
To contribute, first open an issue, saying what will be modified.