Website for data entry on media a user has seen or experienced.
Currently hosted at https://my-media-database.herokuapp.com/
Files include front-end client and back-end server connected to an SQL database.
Uses React and NodeJS.
npm (node package manager)
Run npm install in the root directory.
npm install
The SQL code inside the database_setup folder can be run inside an SQL database to create the schema and tables necessary.
Environment variables must be set to connect to the database as well as other things.
- Run npm run build from inside the client directory.
cd client && npm run build
- Run npm run start from inside the server directory.
cd ../server && npm run start
- Access site from web browser localhost:8080
Project built off of framework of another project; see commit history.