Skip to content

kieis/worldtrip

Repository files navigation

Project made with nextjs using local apis to return data from continents, countries and cities.

Technologyes

Running

# Clonning
git clone https://github.com/kieis/worldtrip

# Create .env.local
# Create the API variable, example:
API_BASE_URL = http://localhost:3000/api/

# Run
npm run dev

Demonstration