By Renata D.
Senna is an app for learning Portuguese using the flashcard system and spaced repetition. It can be accessed in any browser, data is stored in a single file and there is no level of difficulty. You need to have an account in order to access the app. Once that is done, you can check your Dashboard daily and see your progress. Each word displayed will show how many times that word was guessed correctly and incorrectly.
| Method | Path | Purpose |
|---|---|---|
| POST | /api/user | Register a new user |
| GET | /api/language | Get all the words the user is learning |
| GET | /api/language/head | Get the guesses the user made |
| POST | /api/language/guess | Registers the guess the user made |
| POST | /api/auth | Checks the authorization |
| POST | /api/auth/token | Checks for validation on username & password |
- LinkedIn: Contact