BlogKaro Website is a software program that enables users to easily create and manage blog posts. It is built using React and SpringBoot
- Clone the project.
- Download Any IDE(Eclipse,IntelliJ,STS) and Configure It.
- Download/Install/Configure Java 8 or above.
- Download and install MySQL installer community [ Workbench, MySQL command line ,MySQL Server ]
- Download and Configure Tomcat 9.0 [ Optional ].
- 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;
- Open STS IDE and import the cloned Project [BlogKaro-backend] , Run the project as SpringBoot App.
- Install NodeJS and Node Package Manager, Move inside [BlogKaro-frontend] folder and open it in vscode and Run npm install , npm start
- Visit http://localhost:3000/home for home page in your browser.
Enjoy BlogKaro Blogging Website !!