This project uses Docker to manage different services. Below are the instructions to run each service.
- Ensure you have Docker installed on your machine if you choose to run the services with Docker.
- Ensure you have Node.js and Yarn installed on your machine if you choose to run the services without Docker.
-
Clone the repository:
git clone https://github.com/yourusername/Docify.git cd Docify
-
Install dependencies:
docker-compose run yarn
-
Run the service:
docker-compose up dev
-
Access the services:
- The application should be running on
http://localhost:3000
.
- The application should be running on
-
Clone the repository:
git clone https://github.com/yourusername/Docify.git cd Docify
-
Install dependencies:
yarn install
-
Start the development server:
yarn dev
-
Access the services:
- The application should be running on
http://localhost:5173
.
- The application should be running on