Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ribbinpo/node-express-boilerplate


https://github.com/ribbinpo/node-express-boilerplate

express-validator node-express-boilerplate nodemon

Last synced: about 14 hours ago
JSON representation

Awesome Lists containing this project

README

        

## Description

This is a boilerplate project for building a REST API using Express and TypeScript. It includes basic setup for request validation using express-validator and testing with jest.

## Installation

```bash
# install the package
npm install
```

## Running the app

```bash
# development mode
npm run dev

# production mode
npm run build && npm run start
```

## Test

```bash
# unit tests
$ npm run test
```