beder / travel-app-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travel App Frontend

This repository contains the frontend application for the Travel App, which consumes the GraphQL API provided by the backend server.

Table of Contents

Features

  • View a list of travels and tours
  • User authentication and login
  • Explore travel details and itineraries

Setup

  1. Clone this repository to your local machine
git clone git@github.com:beder/travel-app-frontend.git
  1. Navigate to the project directory
cd travel-app-frontend
  1. Copy the .env.example file in the root directory to create the .env file
cp .env.example .env
  1. Install the dependencies:
npm install

Development Server

Start the development server on http://localhost:3000:

npm run dev

Backend Repository

The backend server for the Travel App is hosted in a separate repository. You can find it here.

About


Languages

Language:Vue 93.6%Language:TypeScript 4.8%Language:JavaScript 1.5%Language:CSS 0.2%