rodrigo-tavares / NetflixCoreHelpDesk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Help Desk Requests API

This api is for technical support requests for the Netflix

Setup

First, you have to make sure that you have the following plataforms installed in your enviroment:

To initialize the API in your local enviroment, you have to open your terminal, go to the root of the project and put the following comands:

Install all dependencies: npm install

Initialize the server: npm start

This will initialize your server in a http://localhost:8883/.

Endpoints

This API provides Swagger, check endpoint /api/

About


Languages

Language:JavaScript 98.7%Language:Dockerfile 1.3%