rafaelpelle / cinepic-app-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cinepic-app-api

image

Getting Started

Install all the dependencies by running npm install;

Create a .env file

Check .env.example to see the environment variables needed and create a .env on the project root folder. Fill it with your mongodb connection URL and OMDB API key.

Running the server

In the project directory, you can run npm run start. The api will be available at: http://localhost:8080/api

Documentation (Postman collection)

import the postman-collection.json file in your Postman to check the available endpoints.

About


Languages

Language:JavaScript 100.0%