This guide will walk you through the steps to set up the ExpenSpend in local.
Before you begin, ensure that you have the following prerequisites installed on your system:
- Open a command prompt or Git Bash.
- Change to the directory where you want to clone the project.
- Execute the following command to clone the ABP.IO repository:
git clone https://github.com/rahul-codespace/ExpenSpend.git
- Open a command prompt or Git Bash.
- Change to the project's root directory.
- Checkout to development branch for the latest code or dev testing.
git checkout dev
- Open the
ExpenSpend.Web/appsettings.Development.jsonfile. - Locate the
ConnectionStringssection. - Change the According to your database connection string. (mostly required to change the password)
- Open a command prompt or Git Bash.
- Change to the project's root directory.
- Execute the following command to run the application:
cd ExpenSpend.Web
dotnet run
- Open a browser and navigate to
http://localhost:5173orhttps://localhost:5173.