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.
This monorepo includes the following:frontend
: a webapp with a Next.js frontend.
backend
: a Go api.
npm ci
npm start
Note
A new window will automatically open in your default browser on http://localhost:3000.
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.