Skip to content

dreamer2008/demo-mern-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Demo MERN MySQL

This is a demo project for a full-stack web application using MySQL, Express.js, React.js, and Node.js.

Getting Started

To get started, follow these steps:

  • Clone the repository to your local machine.

  • Install the dependencies in the frontend and backend directories respectively.

npm install
  • Create a MySQL database named "demo" and do as follows.
  • a root user with password "1qazxsw2"
  • run ./backend/schema.sql to create the table
  • Start the backend server in the backend directory:
npm start
  • Start the frontend server in the frontend directory:
npm start

*Open your web browser and go to http://localhost:3000 to run this application.

Built With

To Do

  • Add unit tests

About

A demo project for MERN(MySQL-Express-React-Node.js)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published