Starter code for ACM @ UCSD's API workshop.
To run this code on your computer:
- Fork the repository to your GitHub account (click the 'fork' button in the top right corner).
- Clone the repository to your local machine via
git clone <repository link>
. - Run
npm install
to install required dependencies. - Run
npm run dev
to start the server.