-
Clone the Repository
git clone git@github.com:andres-root/node-base-hex.git
-
Build with Docker Compose
Navigate to the project directory:
cd [Your Project Directory]
Build the project using Docker Compose:
docker compose build
-
Run the Project
Run your project in detached mode:
docker compose up -d
To run tests, follow these steps:
-
Install Dependencies
npm install
-
Run Tests
npm run test
To run the project without Docker, ensure the Docker backend instance is not running and that you are running a local PostgreSQL DB instance, then follow these steps:
-
Install Dependencies
npm install
-
Start the Development Server
npm run dev