Getting Started
Clone the repository:
git clone https://github.com/sabih1996/express-ts-sequelize.git
cd express-ts-sequelize
Install dependencies:
npm install
Set up environment variables:
Create a .env file in the root of the project with the following content:
DB_HOST=localhost
DB_PORT=5432
DB_USER=your_username
DB_PASSWORD=your_password
DB_NAME=your_database
Start Project:
npm run dev