Skip to content

Sistema de viagens completo, estilo AirBnB. Permite aos usuários buscar e reservar viagens, visualizar detalhes, gerenciar reservas, autenticar com o Google e realizar pagamentos com o Stripe.

License

Notifications You must be signed in to change notification settings

danielangelo1/vacay-trips

Repository files navigation

Logo

Vacay trips

Sistema de reserva de viagens

GitHub top language Made by Repository size GitHub last commit Repository issues GitHub

About the project   |    Technologies   |    Getting started   |    License

👨🏻‍💻 About the project

  • Sistema web de reservas de Viagens, estilo AirBnB. Projeto desenvolvido durante a Full Stack Week ministrada por Felipe Rocha. A plataforma possibilita aos usuários procurar e agendar viagens, explorar informações detalhadas sobre os trajetos, controlar suas reservas, fazer login com suas contas do Google e efetuar pagamentos através da integração com a ferramenta Stripe.

🚀 Technologies

Technologies that I used to develop this web client

💻 Getting started

Requirements

Clone the project and access the folder

$ git clone https://github.com/danielangelo1/vacay-trips.git && cd vacay-trips

Follow the steps below

# Install the dependencies
$ yarn

# Update  the environment variable

DATABASE_URL=

GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=

NEXT_PUBLIC_STRIPE_KEY=
STRIPE_SECRET_KEY=

HOST_URL=http://localhost:3000
NEXTAUTH_SECRET=

# Configure the database
npx prisma migrate dev


# Start the client
$ yarn dev

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.


Made with 💜  by Daniel Ângelo 👋  See my linkedin

About

Sistema de viagens completo, estilo AirBnB. Permite aos usuários buscar e reservar viagens, visualizar detalhes, gerenciar reservas, autenticar com o Google e realizar pagamentos com o Stripe.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published