Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.99 KB

README.md

File metadata and controls

49 lines (39 loc) · 1.99 KB

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.