Prerequisites Node version 14.x Cloning the repository Install packages npm i Setup MongoDB URL In src/index.ts: const MONGO_URL = ''; // DB URI Start the app npm start Available commands Running commands with npm npm run [command] command description start Starts a development instance of the app