License: MIT
Created day: 10/13/2022
Install Nodejs
npm install
to install dependenciesnpm run build
to build .ts to .js.npm run init-database
to synchronize the database with the entities.npm run start
to start.npm run dev
to run with nodemon.