# hegel-server-mirror **Repository Path**: tth37/hegel-server-mirror ## Basic Information - **Project Name**: hegel-server-mirror - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-25 - **Last Updated**: 2022-02-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hegel-server This is the backend service of **Hegel Blogging Platform**. ## Installation ```bash yarn ``` ## Database Setup Make sure that [docker](https://www.docker.com/get-started) is installed on your computer. ```bash yarn db:up ``` The PostgreSQL will listen to port 5432 by default. ## Database Reset ```bash yarn db:down yarn db:up ``` ## Running the app ```bash yarn start:dev ``` Nest CLI will run the app on watch mode.