Closed nopara73 closed 1 month ago
1 done, continue with deployment and writing deployment instructions
done: deployment and writing deployment instructions
2 done: Generate frontend (HTML, CSS, JS) with Websim.ai
3 done: Serve static files
4 done, the rest seems simple enough
Action Plan: ASP.NET Website with Static Files and API Backend
Overview:
The goal is to build a website using ASP.NET Core, serve static HTML and JavaScript files generated by Websim.ai, and handle backend actions using ASP.NET API endpoints. JavaScript will be used to call the APIs for any dynamic operations such as user authentication or data processing.
Steps:
Set up an ASP.NET Core website
Startup.cs
:Generate frontend (HTML, CSS, JS) with Websim.ai
Serve static files
/index.html
).Create ASP.NET API for backend actions
Call APIs from static HTML via JavaScript
Handle authentication and authorization
Manage frontend state via JavaScript
localStorage
,sessionStorage
, or cookies to store authentication tokens or session data.Summary: