THE CHALLENGE 1 - NODEJS/EXPRESS
The app should be able to:
- Create new repository.
- List the repositories.
- Update a repository.
- Delete a repository.
- Give a like to repository.
The app should not be able to:
- Update a respository that does not exist.
- Update repository likes manually.
- Delete a repository that does not exist.
- Give a like to a repository that does not exist.