This project implements a tree structure in SQL to manage an organizational chart for contract management.
- Node.js
- Docker
-
Clone the repository:
git clone https://github.com/dere7/contract-manager.git cd contract-manager -
Install dependencies:
npm install
-
Start database:
docker compose up
-
Configure the database connection:
- Copy a
.env.exampleto.envfile in the root directory and update database configuration:
- Copy a
-
Run the application:
npm start:dev
This project is licensed under the MIT License.