This is a restaurant app built with .NET 8 and PostgreSQL.
Before running the application, make sure you have the following installed:
- .NET 8 SDK
- PostgreSQL
-
Clone the repository:
git clone https://github.com/your-username/restaurant-app.git
-
Navigate to the project directory:
cd restaurant-app
-
Install the dependencies:
dotnet restore
-
Set up the database:
- Create a new PostgreSQL database.
- Update the connection string in the
appsettings.json
file with your database credentials.
-
Run the application:
dotnet run
-
Migration
-Add-Migration "init" -Update-Database