Skip to content

DeusTaNoComando/ryd

Repository files navigation

RYD

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.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js (version 14 or later)
  • npm (Node package manager)
  • PostgreSQL database

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/ryd.git
    cd ryd

Installation

$ npm install

Deploying the PostgreSQL database

$ docker-compose up -d ryd_postgres

Running an app

# development
$ npm start

Test

# unit tests
$ npm run test

## Lint

```bash
$ npm run lint

Authors

About

RYD coding challenge

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors