Skip to content

thantheinthwin/blog.full_stack.react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full Stack Blog App

alt text

Run Locally

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

ER Diagram

Import MySQL database by running the scripts in sql folder.

alt text

Dummy Datas

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!

alt text

Tech Stack

Client: React, Material UI, TailwindCSS

Server: Node, Express, MySQL

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published