"Reputation Management. Imagine you have a restaurant. Someone comes and leaves a horrible review and 1 star. You need that review gone. That's what we are here for. Our lawyers will send a letter to the reviewer asking them to take down their review. If successful, you pay us for the service."
Explore the docs »
View Demo
·
Table of Contents
This is an application mainly for the customer and managed by the lawyers. This products focuses to keep and manage a customer or user's reputation which a lawyer registered ensure bad reviews relating to the cutomer are removed and keep the customer business safe with less worries on bad reviews.
- C#
- ASP.NET Core
- React js
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- .NET 6
- IDE (Code Editor)
- Visual Studio 2022 or
- Visual Studio 2019 Code
- Get the repo link at https://github.com/workshopapps/reputationmanagement.be.web
- Clone the repo
git clone https://github.com/workshopapps/reputationmanagement.be.web.git
- Switch to the development branch (this is for developers)*
- Open the project folder, in the root path of the project, you will see a .sln file (src/src.sln)
- To open the .sln file, you need Visual Studio 2022 to run the .sln file. To use the Visual Studio Code editor check from list number 7
- With the Visual Studio 2022
- Open the .sln file using Visual Studio 2022
- In the terminal or cmd command shell run the following command to install ef:
dotnet tool install --global dotnet-ef --version 6.*
- Run the database contexts by running the following commands in the command shell:
dotnet ef database update --context ApplicationDbContext
dotnet ef database update --context AppIdentityDbContext
- Click the Start or Play button to run your endpoints
- A Swagger Doc is opened, displaying every enpoints, select and test your endpoints
- Using the Visual Studio Code Editor
- Install the C# for Visual Studio Code
- Next install the .NET 6.0 SDK, ensure you install the .NET 6.0 Version
- Open a terminal/command prompt and navigate to the project folder where you will run the app.
- When the project folder is first opened in VS Code: A "Required assets to build and debug are missing. Add them?" notification appears at the bottom right of the window.
- Select "Yes"
- In the terminal or cmd command shell run the following command to install ef:
dotnet tool install --global dotnet-ef --version 6.*
- Run the database contexts by running the following commands in the command shell:
dotnet ef database update --context ApplicationDbContext
dotnet ef database update --context AppIdentityDbContext
- Run the app by entering the following command in the command shell:
dotnet run
- Download and install MySql.
- Please select the developer option when installing.
- Change connection strings in appsetting.Development.json (Replace with your username (the default is root) and with your password)
- Update database
David Okeke - [email protected]
Project Link: https://github.com/workshopapps/reputationmanagement.be.web