Inspiration

(CRUD App)

In the final assessment, I created a crud (create, read, update, and delete) application. Start Date: 7th Feb 2023 End Date: 23rd Feb 2023

Features as follows:

  1. API to register new user
  2. API to login/logout
  3. API to add favorite movie (Name, Rating, Genre)
  4. API to update the movie details
  5. API to delete a movie
  6. API to get list of all movies
  7. Proper error handling with http codes

Techstack followed: Haskell, Stack, Cabal Servant for APIs, MySQL database, Persistent as ORM Dhall for configs

Built With

  • dhall
  • esquelleto
  • haskell
  • msql
  • servant
  • stack
Share this project:

Updates