Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vijay-nits/word-counter

This application count the words given in a text.
https://github.com/vijay-nits/word-counter

Last synced: about 2 months ago
JSON representation

This application count the words given in a text.

Awesome Lists containing this project

README

        

# Word-Counter
This application count the words given in a text.

Purpose of the Application:

1. To acquire proficiency in developing REST controllers using Spring Boot.
2. To deepen understanding of the Spring MVC framework and the process of data transfer between the Model, View, and Controller layers.


Method
Url
Description


GET
http://localhost:8080/wordcounter/home
App Home Page


POST
http://localhost:8080/wordcounter/count
Word Count