Skip to content

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/

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •