Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nish1013/typescript-typeorm
For educational purposes, this project demonstrates a TypeORM setup with TypeScript, configured for ease of use and customization.
https://github.com/nish1013/typescript-typeorm
Last synced: 29 days ago
JSON representation
For educational purposes, this project demonstrates a TypeORM setup with TypeScript, configured for ease of use and customization.
- Host: GitHub
- URL: https://github.com/nish1013/typescript-typeorm
- Owner: nish1013
- Created: 2024-11-14T18:15:04.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-17T17:38:36.000Z (about 1 month ago)
- Last Synced: 2024-11-17T18:29:13.437Z (about 1 month ago)
- Language: TypeScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeORM with TypeScript Example
For educational purposes, this project demonstrates a TypeORM setup with TypeScript, configured for ease of use and customization.
## Getting Started
1. **Clone the Repository**
Clone this repository to start with a customized TypeORM setup in TypeScript.2. **Install Dependencies**
Run `npm i` to install all necessary dependencies.3. **Configure Database in `data-source.ts`**
Modify the `data-source.ts` file to match your database setup.4. **Start the Project**
Run `npm start` to launch the application.## Credit
This project is based on the original [TypeORM TypeScript Example](https://github.com/typeorm/typescript-example) repository. Special thanks to the TypeORM community for providing the foundation for this setup.