Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vijay-nits/word-counter
- Owner: VIjay-Nits
- Created: 2024-10-16T11:45:08.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T09:31:07.000Z (3 months ago)
- Last Synced: 2024-10-19T12:57:31.620Z (3 months ago)
- Language: Java
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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