Welcome to the Tours Project! This project is designed to help users find and book tours around the world.
To get started with the Tours Project, follow these steps:
- Clone the repository:
git clone https://github.com/maixnor/tours.git && cd tours
- Install dependencies and Run the Server:
cd backend
deno install
deno task dev
- Start docker compose:
docker-compose up -d
Open your browser and navigate to http://localhost:3000
to view the application.