Skip to content

GraphQL api build on top of node. Techs used: Docker, PostgreSQL

Notifications You must be signed in to change notification settings

baralmanish/easy-travel-node-graphql

Repository files navigation

Easy Travel GraphQL API Server

EasyTravel is a small travel company based in Germany, which provides unique travel and vacation products. The company collaborates with its aviation and hotel partners to bring up their unique offerings.

Project Setup

npm install

Docker for Local Development

Docker is needed to be installed on your local machine.

Start Docker and Compile and Hot-Reload for Development

docker compose up -d

Stop Docker

docker compose down

SSH into docker container

In order run the commands you need to ssh into docker and then you can run commands for testing, seeding, etc.

docker compose run app /bin/bash

Seed the database

npm run seed

Run Unit Tests with Jest

npm run test

Lint with ESLint

npm run lint

About

GraphQL api build on top of node. Techs used: Docker, PostgreSQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages