Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 420 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 420 Bytes

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