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
- Host: GitHub
- URL: https://github.com/neo-ciber94/template-express-routing-typeorm
- Owner: Neo-Ciber94
- Created: 2021-05-14T16:57:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-14T17:26:55.000Z (over 4 years ago)
- Last Synced: 2025-01-06T17:47:21.570Z (9 months ago)
- Language: TypeScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```