This is a boilerplate in React.js, Node.js and MySQL. The backend is developed using Express-Framework and [Sequelize] ORM
In the project directory, run npm install
to setup concurrently package.
concurrently - The concurrently package is used to run the server and client simultaneously.
Now, navigate to each server and client folder and run npm install
consecutively.
create a database in MySQL. Now change db.config.js according to your MySQL credentials and DB name.
once everything is set up. Navigate back to the project directory and run the following command:
Be sure the SQL server is running...
Happy coding!