Skip to content

aboubakr-jelloulat/VALHAUS

Repository files navigation

VALHÄUS

A full-stack e commerce platform built with ASP.NET Core MVC. Features secure payment processing through Stripe, Google OAuth authentication, and role-based authorization for admins and customers. Uses Entity Framework Core with SQL Server for development and PostgreSQL for production deployments.

Setup

Windows:

.\setup-windows.ps1

Linux:

chmod +x setup-linux.sh
sudo ./setup-linux.sh

Running the App

Windows:

dotnet run --project VALHÄUS\VALHAUS.csproj

Linux:

dotnet run --project VALHÄUS/VALHAUS.csproj

Open http://localhost:8080

About

A full-stack ecommerce platform built with ASP.NET Core MVC. Features secure payment processing through Stripe, Google OAuth authentication, and role-based authorization for admins and customers. Uses Entity Framework Core with SQL Server for development and PostgreSQL for production deployments.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors