Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
This is a note-taking application called **RefNotes**. It's a full-stack web application with a .NET backend and an Angular frontend.
Sign in to like and favorite skills
This is a note-taking application called RefNotes. It's a full-stack web application with a .NET backend and an Angular frontend.
src/Api directory.src/Web directory. It uses Tailwind CSS for styling.compose.yaml file defines the services for the backend, frontend, database, and a Caddy reverse proxy.The
src directory contains the source code for the application, organized as follows:
The easiest way to run the project is with .NET Aspire. You'll need to have the .NET SDK, Node.js, and pnpm installed.
cd src/AppHost dotnet run
The application will be available at
http://localhost:4200.
To run the backend tests, navigate to the
test directory and run:
dotnet test
To run the frontend tests, navigate to the
src/Web directory and run:
pnpm test
.editorconfig to enforce consistent code style.