Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.38 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.38 KB

The project

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

UI

1

Create a new translation object

2

3

Update an existing translation

4

5

Delete a translation object

6

7