Coder Social home page Coder Social logo

neerajhanda / dotnet-modernization-music-store Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aws-samples/dotnet-modernization-music-store

0.0 0.0 0.0 6.95 MB

License: Apache License 2.0

JavaScript 60.53% C# 24.78% CSS 11.29% HTML 3.38% ASP.NET 0.03%

dotnet-modernization-music-store's Introduction

MvcMusicStore


AWS Sample to modernize an old ASP.NET Framework 4.0 MVC e-commerce application.

mvc-music-store

License

This library is licensed under the Apache 2.0 License

Pre-Requisites

  1. Visual Studio 2019 16.4 or later with the ASP.NET and web development workload
  2. Full .NET Framework 4.0 and 4.8
  3. .NET Core 3.1 sdk or later.
  4. SQL Server Management Studio
  5. MS SQL Server (LocalDB version is perfectly suitable with appropriate connection string adjustments).
  6. Git for Windows.

Checking out source code

In a directory of your choice, please run

git clone https://github.com/aws-samples/Dotnet-modernization-music-store.git

Set up Membership Schema and database to manage Users

  • Open Powershell and run the below script. This script will create a SQL Server database named "Identity" on your local machine to manage Users, Roles, and Claims using Membership Provider. (SQL Server is expected to be available at (local) address).
& $env:WINDIR\Microsoft.Net\Framework\v4.0.30319\aspnet_regsql.exe -S . -d Identity -A all -E

Running locally

Once you have the prerequisites installed on your local development machine you should be able to run the Music Store locally in your IDE. The Music Store uses SQL Server for the backend by default and is seeded with data on startup. You will need to either provision or have access to a database.

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.

dotnet-modernization-music-store's People

Contributors

amazon-auto avatar csplinter avatar sagulati avatar vikasgali avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.