This is the backend Node/Express API for a SPA React app to view a list of expenses, upload receipts, add comments etc. The frontend app can be found here.
Make sure you have Node and NPM installed.
To get started, run the following commands:
- Install dependencies:
npm i
- Copy environment variables to .env
cp .env.example .env
- Start the server:
npm start
API will be available at http://localhost:3000/