Personal finance planner. Frontend with React + Typescript. Mobile with React Native + Typescript. Backend with Node.js + Express + Typescript can be found here.
- Node.js (v12.16.1)
- Clone the repo
git clone https://github.com/jacoblurie29/budgetster-backend
- Install NPM packages
npm install
- Run the application
npm run dev