PhonesAPI

A simple project that performs CRUD + search operation for a phones database. The phones are loaded through a script that scrapes the data from a website.

To do

  • Create setup
  • Get spring boot running
  • Add log4j2
  • Add mongodb
  • Add controller, service, repositroy logic
  • [] Add unit and integration test cases
  • [] Test and write postman suite
  • [] Host on a cloud platform
  • [] Implement CI/CD pipeline (In progress...)