Skip to content

aakash250798/blogApp-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Blog Application

Clone the project

git clone -b master https://github.com/aakash250798/blogApp-v2.git

Install dependencies

mvn clean install -U
mvn eclipse:eclipse
mvn eclipse:clean

Go to the project directory

Make changes to the application.properties file in src/main/resources folder like- mysql-username, password, etc.
Also create a database and set the url for the database in properties file 

Start the server

  mvn install
  and then find the jar file from the target folder and run that har as java -jar [jar name]
  --------------------------------------------------------------------------------------
  check the port and open localhost:port in ur browser
  Now you have options like create/view/delete blogs after you signup/login to the application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published