https://github.com/mrseanbaines/expenses-app-backend
Node/Express API for a SPA React app to view a list of expenses, upload receipts, add comments etc.
https://github.com/mrseanbaines/expenses-app-backend
es2015 es6 eslint expenses expenses-manager express expressjs javascript node nodejs prettier
Last synced: about 1 month ago
JSON representation
Node/Express API for a SPA React app to view a list of expenses, upload receipts, add comments etc.
- Host: GitHub
- URL: https://github.com/mrseanbaines/expenses-app-backend
- Owner: mrseanbaines
- Created: 2019-05-19T14:07:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T14:58:52.000Z (over 2 years ago)
- Last Synced: 2025-01-25T07:08:00.938Z (3 months ago)
- Topics: es2015, es6, eslint, expenses, expenses-manager, express, expressjs, javascript, node, nodejs, prettier
- Language: JavaScript
- Homepage: https://mrseanbaines-expenses-app.herokuapp.com
- Size: 1.24 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/mrseanbaines/expenses-app-frontend).
## Setup
Make sure you have [Node](https://nodejs.org/en/) and [NPM](https://www.npmjs.com/) installed.
To get started, run the following commands:
### _From the project root:_
1. Install dependencies:
```sh
npm i
```2. Copy environment variables to .env
```sh
cp .env.example .env
```3. Start the server:
```sh
npm start
```API will be available at http://localhost:3000/