In the project directory, you can run:
Runs the server in the development mode on port 5000.
The server will reload when you make changes due to nodemon.
Just as previous, but with additional continual type checking.
This command will compile the TypeScript files based on the options specified in the tsconfig.json file, and output the
resulting JavaScript files to the dist
folder.
This command will create the database.
This command will seed the database with tables and the initial data.
This command will drop the database.