Skip to content

Akhmadullo-Shokirov/SocialNetwork_UsingSpringFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social Network

Initial Setup

This project uses H2 integrated in-memory database to persist entities. The following variables is application.properties file should be saved as environment variables.

image

This is due to avoid security risks. Please specify database username and password in environment variables as follows:

DB_USERNAME = username DB_PASSWORD = passoword

You may set another username/password, but please be sure to make variable names UPPERCASE

Overview

This project is a technical task. The main objective of the project is to expose the usage of CRUD API in Java.
The project operates create/read/delete/update operations on social network Post object as below in pseudo-code:

Post {

Date postDate

String author

String content

Number viewCount

}

Besides that, it has also a functionality to retrieve top ten viewed posts from the database.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages