Event Coordination Backend Setup Globally install typescript npm install -g typescript Check if typescript is globally installed tsc -v Install dependencies npm install Rename example.env to .env and fill in the values Build the project npm run build Run the dev server npm run dev Made with Typescript, Express, and MongoDB