Backend API Link: https://travel-buddy-server-sigma.vercel.app/api/v1
Frontend Link: https://travel-budyy-client.vercel.app/
Frontend Repo Link: https://github.com/Mostakimul/travel-budyy-client
git clone https://github.com/Mostakimul/travel-buddy-server.git
cd travel-buddy-server
yarn install
Create a .env file in the root directory and add the following:
NODE_ENV="development"
PORT=8000
DATABASE_URL="postgresql://<postgres_user>:<postgres_password>@localhost:5432/<database_name>?schema=public"
JWT_PRIVATE_KEY="your_private_key"
JWT_EXPIRE_IN="30d"
JWT_REFRESH_PRIVATE_KEY="refresh_private_key"
JWT_REFRESH_EXPIRE_IN="30d"
yarn dev
Travel buddy is web server api where you can add your trip and find a travel buddy who can join you!
- Prisma
- Node.js
- Express.js
- Postgres
- Typescript
- zod
- bcrypt (for password hashing)
- JSON Web Tokens (JWT) for authentication