[1] Configure database.
[2] Start server when database is upo and running.
[3] configure your routes and controllers.
[4] Setup custom error handlers.
[4] Authenticate and Authorize the admin using JWT token and session/local storage.
[5] Write CRUD API for admin.
[6] Write CRUD API for members.
[7] Authenticate admin.
[8] Authorize admin.
[9] Write CRUD operations with search functionality.
[10] Set up dev enviroment for deploymnt to render.com.