/food-delivery-workshop

Starter code for ACM @ UCSD's API workshop. This workshop is meant to demonstrate API principles with TypeScript & Express.

Primary LanguageTypeScript

food-delivery

Starter code for ACM @ UCSD's API workshop.

To run this code on your computer:

  1. Fork the repository to your GitHub account (click the 'fork' button in the top right corner).
  2. Clone the repository to your local machine via git clone <repository link>.
  3. Run npm install to install required dependencies.
  4. Run npm run dev to start the server.