Clone the project
git clone https://github.com/thantheinthwin/blog.full_stack.react.git
Go to the client directory
cd .\client\
Install dependencies
npm install
Start the server
npm start
Go to the server directory
cd .\server\
Install dependencies
npm install
Start the server
npm start
Import MySQL database by running the scripts in sql folder.
Test account
email: [email protected] | password: T3st3r01!
email: [email protected] | password: T3st3r02!
email: [email protected] | password: T3st3r03!
email: [email protected] | password: T3st3r04!
email: [email protected] | password: T3st3r05!
Client: React, Material UI, TailwindCSS
Server: Node, Express, MySQL