Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 948 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 948 Bytes

Budgetster Backend

About

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.

Prerequisites

Installing

  1. Clone the repo
git clone https://github.com/jacoblurie29/budgetster-backend
  1. Install NPM packages
npm install
  1. Run the server
npm start

Built With