This is the backend for Budgetster, a budgeting app that allows users to track their spending and saving. The backend is built with Node.js, MongoDB, and GraphQL. The frontend is built with React and Typescript and 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 server
npm start