This project is a simple ASP.NET Core Web Application built using Razor Pages. It demonstrates local shop owner to make entries of customer digitally through web.
Before running this application, ensure you have the following installed: .NET SDK 6.0 or higher Visual Studio 2022
-
Clone the Repository
git clone https://github.com/geekintouch/MyStore.git
-
Navigate into the project directory
cd MyStore
-
Restore Dependencies NuGet packages
dotnet restore
-
Build Application
dotnet build
-
Run Application
dotnet run
-
Start server
http://localhost:5000
-
Troubleshooting If dotnet commands fail: Ensure .NET SDK is installed and added to your PATH.
dotnet --info
This project is licensed under the MIT License. See the LICENSE file for details.