https://github.com/ayshenm/quick-journey
Plan your dream journey quick and with AI
https://github.com/ayshenm/quick-journey
javascript node react-hook-form react-hooks reactjs shadcn-ui tailwindcss typescript zod-validation
Last synced: 2 months ago
JSON representation
Plan your dream journey quick and with AI
- Host: GitHub
- URL: https://github.com/ayshenm/quick-journey
- Owner: ayshenm
- Created: 2024-08-12T21:06:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T21:16:37.000Z (almost 2 years ago)
- Last Synced: 2025-07-27T00:37:03.841Z (11 months ago)
- Topics: javascript, node, react-hook-form, react-hooks, reactjs, shadcn-ui, tailwindcss, typescript, zod-validation
- Language: TypeScript
- Homepage: https://quick-journey-k4g8u7vw7-ayshenms-projects.vercel.app
- Size: 5.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Quick-Journey
Plan your dream journey
quick and with AI
☑ Preview
📺 Live








### ☑ Contact
If you want to contact me, you can reach me over [Linkedin](https://www.linkedin.com/in/ayshen-mirzayeva-462077167/)
### ☑ Creators
The project got prepared by collaborative actions of [Aishan](https://github.com/ayshenm)
#
# 
# 
# 
# [](https://twitter.com/sahil_salahli)
# [](https://youtube.com)
# 
#
This project is built using Node.js and serves a web application via an Nginx server.
## Prerequisites
- Docker
- Docker Compose
## Deployment
Follow the steps below to build and deploy the application using Docker and Docker Compose.
### Step 1: Build the Docker Image
First, build the Docker image by running the following command:
```sh
docker build -t quick-journey .
```
### Step 2: Start the Services
Next, use Docker Compose to start the services defined in the docker-compose.yml file:
```sh
docker-compose up -d
```
- The -d flag runs the containers in detached mode.
> alternative
>
> docker-compose up --build -d
## Accessing the Application
Once the services are up and running, you can access the application in your web browser at [http://localhost:3010](http://localhost:3010).
## Configuration
- **Nginx Configuration**: Ensure that the `nginx.conf` file is located in the root of your project directory and is correctly configured for your application.
- **Ports**: The application is set to run on port 3010 of your host machine, mapped to port 80 of the Nginx container.
## Stopping the Services
To stop the services, run:
```sh
docker-compose down
```