Project for CMPE 138 (Databases) that emulates a management system for an arcade-like business. Main requirement is to use a relational database management system (RDBMS) with the application.
- Node
- Express (for routing + MySQL database)
- React.js
- react-modal
- react-validation
- popper.js
- Bootstrap
- CORS (for cross port referencing)
- MySQL
- Root folder hosts the Express portion of the application with MySQL database routing
routes
folder contain database access filesclient
folder hosts the React.js portion of the app to display the database datasql-scripts
include scripts to create tables for the database and sample queries
- Open one terminal instance and run
port=3001 node bin/www
in root to start the Express portion of the app - Open another terminal instance, open this folder and
cd client
and runnpm start
to start the React.js portion
- More special operations