A simple server that lets you share Markdown-formatted text via short, shareable links
- NestJS (11.0.0)
- TypeOrm (0.3.27)
- PostgreSQL (16)
- Node 24.11.0 (24)
- npm 11.6.2 (11)
Clone the repo and install the dependencies.
git clone https://github.com/evdmatvey/md-backend.git
cd md-backend
npm install
Initialize dev environment (database)
docker compose -f "docker-compose.dev.yml" up -d --build
Run in development mode.
npm run start:dev
Run tests.
npm run test
Run code format checker.
npm run format
Run linter.
npm run lint
Build application and start.
npm run build
npm run start:prod
Project md-backend is distributed under the MIT license.