Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 444 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 444 Bytes

Install movie-test-api

GraphQl API for gastromatic movie test

Setup Without Docker

Have a mongodb running at the usual localhost:27017. Then:

npm ci
npm run start

Test running server by accessing http://localhost:3000/

Setup with Docker

Docker and docker-compose need to be installed. To start the services run

docker-compose build
docker-compose up

Test running server by accessing http://localhost:3000/