Skip to content

mark909099/articles_public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL: https://spring-mongodb1.portfolio-mark.com

Java backend project built with spring framework and MongoDB. Full CRUD operations.

detailed explanation:

Check "{URL}/api/articles" for GET, POST and DELETE requests.

Check "{URL}/api/articles/{id}" for GET and PUT of specific article id.

Check "{CURRENT_URL}/api/articles/new_to_old" for GET request sorted by year (high to low).

The JSON object format is:

{"title":"some string", "content":"some string 2", "year":some integer}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages