### Stargazer Screenshot Upload Server

---

This is a simple NodeJS/Express server used to handle uploading screenshots data for the Stargazer UI testing framework.

## Local Development

```bash
npm install  # Install dependencies
npm run dev  # run the app
npm run test # run unit tests
```


