Basic Node API for text analysis
- Clone the repo
- Run
npm i
- Run
npm run start
- Go to
http://localhost:3000
- start - Starts node server
- dev - Stars nodemon for dev
/add/:word/:score
for adding new values/search/:word
for searching entries/all
for listing all entries
For learning purpose, a simple pair key-value database is set in JSON. For adding new entries, go to localhost:3000/add/:word/:score with the value you want to add