Project 3C has a form for adding in your card information and a data view. The data view shows the saved data entered into the app from the database.
Git, Node.js, and NPM are required to run this project locally. Install Git by following this. If you don't have Node and NPM installed please follow these instructions.
Under folder tm-main
change directories (or CD) to a folder called project3C
.
Run npm install
in your terminal, then running npm run dev
in your terminal will run both the front and backend concurrently.