Expense Report Web App
A personal project that I outfitted to also use for my database administration class
Uses React.js, Node.js/Express, MySQL
Created using create-react-app and express
Client
This holds the front end data and forms that are used to communicate with the node server. More functionality coming soon (from the output side).
To configure/start
$ npm install
$ npm start
Server
This is the Node/Express REST API. It is very basic and is only used to grab input from the front-end and communicate with the database.
To configure/start
$ npm install
$ npm start
Schema/001.sql
This holds all of the sql statements to setup the database.
Log in or sign up for Devpost to join the conversation.