- Node
- A PostgreSQL database
- A Splitwise API key
- Get the dependency packages with
npm install
- Create an
ENV
file in the project root, filling in the variables detailed inENV.example
- Run in development mode with
npm start
- Open a browser at http://localhost:3333
npm run start:production
will create a production build of the client and start the server