Skip to content

Raphael-Schulz/movie-test-api

 
 

Repository files navigation

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/

About

GraphQl API for gastromatic movie test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.9%
  • JavaScript 1.4%
  • Dockerfile 0.7%