This is the backend, of the Suricator system, a system that aims to use English through songs, with the main feature of classifying songs in levels through PLN (natural language processing).
- Install dependencies:
yarn installounpm install; - Launch application:
yarn devounpm run dev.
After configuration, just access the following address: localhost:3333
That are the routes to use the API:
- GET:
/lyrics?search_string=your search go here