Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 329 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 329 Bytes

Feio.link-backend

An ugly redirect

Steps to run this project:

  1. Run npm i command
  2. Setup database settings inside ormconfig.json file
  3. Run npm start command

Migration commands:

  1. Automatic generate new migration: npm run migration:generate MigrationName
  2. Run migrations:: npm run migration:run