RealEstateApp is a web application built with Bun and TypeScript. This project utilizes the sequelize-typescript package to manage the configuration and construction of the database using TypeScript decorators, making the code more readable. The main goal of this project is to demonstrate various implementations of database functionalities through Sequelize.
- Sequelize-Typescript Integration: Leveraging TypeScript decorators to define models and relationships.
- Database Configuration: Easy setup and management of the database schema.
- Code Readability: Improved code quality and readability through the use of TypeScript and decorators.
-
Clone the repository:
git clone https://github.com/JesusJimenezC/RealEstate
-
Navigate to the project directory:
cd RealEstateApp
-
Install the dependencies:
bun install
-
Start the application:
bun run dev
The application will be available at http://localhost:3000
.
- Open the application in your browser.
- Explore the different database functionalities implemented through Sequelize.
This project is licensed under the MIT License. For more details, see the LICENSE file.
Your Name - jesus.jimenezc.mx@gmail.com