Skip to content

Local Store Web App using ASP.Net Framework based Razor Pages

License

Notifications You must be signed in to change notification settings

geekintouch/MyStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyStore

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.

PreReqs

Before running this application, ensure you have the following installed: .NET SDK 6.0 or higher Visual Studio 2022

Installation

  1. Clone the Repository

    git clone https://github.com/geekintouch/MyStore.git
  2. Navigate into the project directory

    cd MyStore
  3. Restore Dependencies NuGet packages

    dotnet restore
  4. Build Application

    dotnet build
  5. Run Application

    dotnet run
  6. Start server

    http://localhost:5000
  7. 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.

About

Local Store Web App using ASP.Net Framework based Razor Pages

Topics

Resources

License

Stars

Watchers

Forks