Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 909 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 909 Bytes

GDSC Laravel from Scratch Week 2

This is a Laravel with MySQL application developed for week 2 of laravel from scratch.

To Open On gitpod

Click the button below to start a new development environment:

Open in Gitpod

TODO:

  • Add validation for requests.
  • more testing around that validation
  • make TODO's belong to users
  • make policy so a user can only manipulate there own todos.

Notes & caveats

  • This app was built in an hour bare that in mind when looking at the source code, there may be mistakes.
  • This api is only covering the basics of an API Next week we will look at adding Authentication to this application.
  • this example was built with TDD in mind but if you dont have experience with that you can use postman to test the API endpoints.