Skip to content

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

Notifications You must be signed in to change notification settings

eemebarbe/reactmb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published