/reactmb

A message board application built with React, Node and MySQL.

Primary LanguageJavaScript

ReactMB

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.

Installation and Setup

  1. Spin up your MySQL server
  2. Create a new database named "ReactMB"
  3. In the command prompt, enter mysql -u [your username] -p ReactMB < reactmb.sql to import the database structure
  4. Add your MySQL credentials to the app.js file
  5. Run npm install
  6. 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.