RYD is a Node.js application that leverages TypeScript, Express, and PostgreSQL for building a scalable backend service. This document outlines how to set up and run the application, including important scripts and dependencies.
Before you begin, ensure you have met the following requirements:
- Node.js (version 14 or later)
- npm (Node package manager)
- PostgreSQL database
-
Clone the repository:
git clone https://github.com/yourusername/ryd.git cd ryd
$ npm install$ docker-compose up -d ryd_postgres# development
$ npm start# unit tests
$ npm run test
## Lint
```bash
$ npm run lint