Skip to content

Commit

Permalink
Update README.en.md (#3)
Browse files Browse the repository at this point in the history
- Adding Rails
- Fix review user
  • Loading branch information
mbergo authored Jul 12, 2022
1 parent 803a5a1 commit 69eb568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ Some steps will have vague requirements or errors. There is no right or wrong an

The project must use version control in git and stored/uploaded to Github in a private repository in your account.

When you finish the challenge, invite the `user-XXX-globo` user to be a contributor to your challenge repository so we can take the assessment.
When you finish the challenge, invite the `mbergo` user to be a contributor to your challenge repository so we can take the assessment.

#

## The task

Using Go, Python3 or NodeJS, your task will be to implement a REST API that CRUDs products stored in a MySQL 5.7 database.
Using Go, Python3 or NodeJS or Rails your task will be to implement a REST API that CRUDs products stored in a MySQL 5.7 database.

The API will have to validate the input data. Example: SKU is unique in POST and PUT.

Expand Down

0 comments on commit 69eb568

Please sign in to comment.