Skip to content

A boilerplate in MySQL, Express.js, React.js & Node.js with Authentication via JWT(Json Web Token)

Notifications You must be signed in to change notification settings

shashankj99/MyERN_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a boilerplate in React.js, Node.js and MySQL. The backend is developed using Express-Framework and [Sequelize] ORM

Steps to configure the project

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:

npm run dev

Be sure the SQL server is running...

Happy coding!

About

A boilerplate in MySQL, Express.js, React.js & Node.js with Authentication via JWT(Json Web Token)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published