You will build a small full stack app with Django and React.
The goal is to be able to use all CRUD operations in a simple webapp for the translation objects.
A translation object is a simple object consisting of the attributes:
Attribute | Datatype |
---|---|
Id | Integer |
InputText | String |
OutputText | String |