Skip to content

sabih1996/express-ts-sequelize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Express Typescript BoilerPlate using Sequelize ORM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published