Skip to content

LEVISHAWN/ProjectRoot

Repository files navigation

# Futuristic SaaS Sign Up Page ## Setup Instructions 1. **Backend (ASP.NET Core)**: - Create a new ASP.NET Core Web App project. - Add the provided `AuthController.cs`, `SignUpModel.cs`, and update `Program.cs`. - Install dependencies: `Microsoft.AspNetCore.Authentication.Cookies`. - Replace `MockAuthService` with actual database logic (e.g., Entity Framework Core). 2. **Frontend**: - Install Node.js and run `npm install` in the project root. - Run `npm run build:css` to generate `wwwroot/css/output.css`. - Place `index.html` and `js/index.js` in `wwwroot`. 3. **Running**: - Start the ASP.NET Core app (`dotnet run`). - Ensure the backend API is running at `/api/auth`. - Open `http://localhost:5000` in a browser. ## Notes - The frontend uses React (via CDN) and Tailwind CSS for styling. - The design is responsive, with a white-gray-purple gradient theme. - Replace mock auth service with actual tenant/user creation logic.# ProjectRoot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •