Skip to content

Node/Express API for a SPA React app to view a list of expenses, upload receipts, add comments etc.

Notifications You must be signed in to change notification settings

mrseanbaines/expenses-app-backend

Repository files navigation

Expenses app (backend)

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.

Setup

Make sure you have Node and NPM installed.

To get started, run the following commands:

From the project root:

  1. Install dependencies:
npm i
  1. Copy environment variables to .env
cp .env.example .env
  1. Start the server:
npm start

API will be available at http://localhost:3000/

Releases

No releases published

Packages

No packages published