// edit the congig.env file for the correct enviroment variable
PORT = port number
DATABASE_USERNAME = "user",
DATABASE_PASSWORD = "password"
DATABASE_NAME = "database name"
SALT = "bcrypt salt"
JWT_TOKEN_EXPIRES = "json web token expiration duration"
JWT_SECRET = "json web token secret"
`
Run node migration --migrate-dbs
to migrate database
Run node migration --migrate-tbs
to migrate database tables
Run npm start
to start the application