This is the service used to make users can see, decline and accept leads from UI It includes Front-end(React) + Back-end service(Asp dotnet core 3.1)
- Docker
- Asp dotnet core 3.1 SDK
- VS Studio or Rider(Mac)
- node and npm
- Using docker-compose up the mongodb docker with initial data
- Open solution via VS studio or rider
- Execute the Hipage.Web.Lead
This is a start up project and I have listed all todo list belowe to remind us to imporve our project:
- Add Dockfile for lead service
- Add Integartion tests
- Add Validation for lead service
- Add End-to-End test for system
- Seperate BFF and lead microservice, BFF should host react instead of hosted in lead service