https://github.com/webmasterdevlin/fastify-typeorm
Nodejs server using Fastify and TypeORM
https://github.com/webmasterdevlin/fastify-typeorm
Last synced: 3 months ago
JSON representation
Nodejs server using Fastify and TypeORM
- Host: GitHub
- URL: https://github.com/webmasterdevlin/fastify-typeorm
- Owner: webmasterdevlin
- License: other
- Created: 2020-03-20T14:35:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:39:12.000Z (over 2 years ago)
- Last Synced: 2025-02-11T13:22:31.196Z (4 months ago)
- Language: TypeScript
- Size: 2.29 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Fastify and TypeORM
```zsh
$ git clone https://github.com/webmasterdevlin/fastify-typeorm.git
$ cd fastify-typeorm
$ npm i
$ npm run dev
```