This project is a refactor of the previous project, incorporating modern technologies such as TypeScript and the TypeORM (Object-Relational Mapping) ORM. These additions enhance efficiency, scalability, and maintainability of the project.
Utilizes TypeScript: TypeScript is a superset of JavaScript that adds optional static typing and modern ECMAScript features. It helps catch errors early and facilitates code maintenance as the project grows.
TypeORM ORM: TypeORM is a powerful ORM compatible with multiple databases, including MySQL, PostgreSQL, SQLite, and more. It provides a simple, object-oriented interface for interacting with the database, simplifying queries and CRUD operations.
Clone this repository to your local machine:
git clone https://github.com/fermorello/presto-server-refactor.gitNavigate to the project directory:
cd your-projectInstall the project dependencies using npm:
npm installStart the application:
npm run startThe application is now up and running!