Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.