Feio.link-backend An ugly redirect Steps to run this project: Run npm i command Setup database settings inside ormconfig.json file Run npm start command Migration commands: Automatic generate new migration: npm run migration:generate MigrationName Run migrations:: npm run migration:run