Skip to content

[WIP] The app which helps you to calculate how many days you can stay in Schengen zone with your tourist visa

Notifications You must be signed in to change notification settings

sh3pik/days-in-schengen

Repository files navigation

This project uses docker for dev and test env.

Docker

First, build an image using Dockerfile.dev

docker build -f Dockerfile.dev .
docker run -p 3000:3000 -v /app/node_modules -v $(pwd):/app image_id

or you can use docker-compose as

docker-compose up --build

To run tests, use

docker build -f Dockerfile.dev .
docker run -p 3000:3000 -v /app/node_modules -v $(pwd):/app image_id yarn test

About

[WIP] The app which helps you to calculate how many days you can stay in Schengen zone with your tourist visa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published