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

https://github.com/neo-ciber94/template-express-routing-typeorm

A template for a server with Express, Routing Controllers and Typeorm
https://github.com/neo-ciber94/template-express-routing-typeorm

Last synced: 4 months ago
JSON representation

A template for a server with Express, Routing Controllers and Typeorm

Awesome Lists containing this project

README

          

# Express server template

Create a server using:

- Express
- Typescript
- Routing Controllers
- Typeorm

---

## Requires degit

```bash
npm install -g degit
```

## Download template

```bash
degit Neo-Ciber94/template-express-routing-typeorm
```

## Install all the required node modules

```bash
npm install
```

## Run

```bash
yarn dev
```

Or

```bash
npm run dev
```