Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 986 Bytes

README.md

File metadata and controls

53 lines (35 loc) · 986 Bytes

How to Run Locally

Clone the repository:

git clone https://github.com/Mostakimul/travel-budyy-client.git

Install dependencies:

cd travel-budyy-client
npm install

Set up environment variables:

Create a .env file in the root directory and add the following:

NEXT_PUBLIC_APP_API_URL="https://travel-buddy-server-sigma.vercel.app/api/v1"

Run the server:

npm run dev

Travel Buddy Frontend

Travel buddy is web server api where you can add your trip and find a travel buddy who can join you!

Technologies Used

  • Next js
  • Axios
  • redux Toolkit
  • React Hook Form
  • Daisy UI
  • zod
  • bcrypt
  • JSON Web Tokens (JWT) for authentication

API Documentation