Skip to content

A website to check visa requirements for every country and every nationality. Inspired by Sherpa° 🛂

Notifications You must be signed in to change notification settings

tachorzy/Gibraltr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Gibraltr — your guide to travel visas

A solution for travelers made by a traveler.

Gibraltr is a website that allows you to check visa requirements for every nationality no matter the destination. Access the latest accurate and reliable information for your next trip. It's always best to know before you go, and that's why Gibraltr is here to provide awareness to all international travelers.

Straightforward, informative, reliable.

Inside the Monorepo

This monorepo includes the following:
Apps
frontend: a webapp with a Next.js frontend.

backend: a Go api.

Tooling Requirements

  • Node.js >= 18 (LTS Recommended)
  • Go >= 1.23.1 (Latest Recommended)

Host Locally

Install frontend dependencies without cache:

npm ci

Start the client

npm start

Note

A new window will automatically open in your default browser on http://localhost:3000.

Start the backend server

cd backend/api/visaparser go run main.go

Note

The server will run on your default browser on http://localhost:8000, but it will not automatically open.

About

A website to check visa requirements for every country and every nationality. Inspired by Sherpa° 🛂

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published