CRM. A straightforward customer management system you can set up and run yourself.

github.com/milad-azami/crm

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

February 2023
  • Details page added
  • Edit page added
  • GET method developed to fetch a specific customer
  • PATCH api route added
  • DELETE api route developed
  • Fetching data in getServerSideProps directly from database
  • Form component and its subcomponents created
  • StrictQuery added
  • POST api created in api routes folder
  • Customer model created
  • Connection to DB
  • .env file added to project
  • layout added to project
January 2023
  • Initial commit from Create Next App