API Technologies This is the API for Catchup, an application written IvyHacks 2020. The server is written using Node.js, Express, and TypeScript. Development Start the development server: npm run dev Compile the server for production: npm run build