A message board built on React (ES6, JSX) and Node.
Try it out by visiting http://104.198.225.69/. This project was built for demonstration and is not formatted for mobile.
- Spin up your MySQL server
- Create a new database named "ReactMB"
- In the command prompt, enter
mysql -u [your username] -p ReactMB < reactmb.sql
to import the database structure - Add your MySQL credentials to the app.js file
- Run
npm install
- Open localhost in your browser
--
Register a user in order to sign in, add a personal avatar, submit/delete posts or comments, or access the user panel.