Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rsemihkoca committed Jan 22, 2024
1 parent 0a8453b commit 3698c11
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ dotnet ef database update --project Infrastructure --startup-project Api
```
If you already have migrations, you can run the following command to drop the database and re-create it:

```bash
## Run the Application

```bash
cd ExpenseApplication
dotnet ef database update --project Infrastructure --startup-project Api
Expand All @@ -54,9 +51,10 @@ The application will be accessible at `http://localhost:5245` by default.
![erd.png](.github%2Fassets%2Ferd.png)

CreatedBy: Admin UserId \
Status: 0: Pending, 1: Approved, 2: Rejected, Only admin can approve or reject expense requests.\
Status: Only admin can approve or reject expense requests.\
Description: User add description for expense request.\
PaymentDescription: Admin add description for expense request. Or error code from background job.

---


Expand Down

0 comments on commit 3698c11

Please sign in to comment.