Skip to content

sakshibasapure/Organic-Shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Organic Shop

An organic shop is created with ASP.NET Core 5.0 and Angular 11, using SQL Server as database.

image

Tools and Frameworks used

  • ASP .NET Core 5.0
  • Policy based Authorization using JWT
  • Angular 11
  • Microsoft SQL Server Mananagement Studio 18
  • Microsoft Visual Studio 2019
  • Postman

SetUp

Clone this repository: https://github.com/sakshibasapure/BCT-POC-4-Sakshi-Basapure.git

To run Backend (ASP.NET 5.0)

  1. Enter cd Backend
  2. Open and click on eCommerce.sln to build application
  3. Put your connection string in appsettings.json file
  4. Enter dotnet ef database update to load schema in database
  5. Enter dotnet run
  6. Test APIs in Postman with URL https://localhost:5001/ (optional)

To run Frontend (Angular)

  1. Open Fronend Folder in Microsoft Visual Studio
  2. Enter ng serve --open

Application will run on https://localhost:4200/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published