Skip to content

rishu6263/BlogKaro.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

BlogKaro Website

BlogKaro Website is a software program that enables users to easily create and manage blog posts. It is built using React and SpringBoot

HOME PAGE

Home

LOGIN PAGE

Login

SIGNUP PAGE

Signup

ALLPOSTS PAGE

Allposts

FULLPOSTVIEW PAGE

Fullpostview

ADDPOST PAGE

Addpost

QUICK GUIDE/STEPS TO RUN THE PROJECT:

  1. Clone the project.
  2. Download Any IDE(Eclipse,IntelliJ,STS) and Configure It.
  3. Download/Install/Configure Java 8 or above.
  4. Download and install MySQL installer community [ Workbench, MySQL command line ,MySQL Server ]
  5. Download and Configure Tomcat 9.0 [ Optional ].
  6. The Projects needs to have database created as below and rest of the table creation will be taken care by Hibernate itself :
create database BlogKaro;
  1. Open STS IDE and import the cloned Project [BlogKaro-backend] , Run the project as SpringBoot App.
  2. Install NodeJS and Node Package Manager, Move inside [BlogKaro-frontend] folder and open it in vscode and Run npm install , npm start
  3. Visit http://localhost:3000/home for home page in your browser.

Enjoy BlogKaro Blogging Website !!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published