https://github.com/hoffmano/suricator-backend
πΊπΈ Platform for learning English through music.
https://github.com/hoffmano/suricator-backend
english english-learning heroku nlp nodejs python3 restful-api typescript
Last synced: 2 months ago
JSON representation
πΊπΈ Platform for learning English through music.
- Host: GitHub
- URL: https://github.com/hoffmano/suricator-backend
- Owner: Hoffmano
- Created: 2020-10-17T13:37:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-30T12:49:08.000Z (almost 5 years ago)
- Last Synced: 2025-04-06T22:38:09.792Z (6 months ago)
- Topics: english, english-learning, heroku, nlp, nodejs, python3, restful-api, typescript
- Language: TypeScript
- Homepage: https://suricator.herokuapp.com
- Size: 268 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Suricator - RESTful API
[]()
[](/LICENSE)### ποΈ Table of content
- [π Presentation](#-presentation)
- [π¨ Installation](#-installation)
- [π° Routes](#-routes)---
### π Presentation
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).
---
### π¨ Installation
1. Install dependencies: `yarn install` ou `npm install`;
2. Launch application: `yarn dev` ou `npm run dev`.After configuration, just access the following address: [localhost:3333](http://localhost:3333)
---
### π° Routes
That are the routes to use the API:
- GET: `/lyrics?search_string=your search go here`