Project Build with TypeORM Steps to run this project: Run npm i command Setup database settings inside db-context.ts file Create config.ts file in root directory with template module.exports = { secret: "YOUR_SECRET_KEY" } Change your secret Run npm start command