{"id":25864083,"url":"https://github.com/thematiaz0/notenough-web","last_synced_at":"2026-04-07T21:31:02.514Z","repository":{"id":279130228,"uuid":"532199319","full_name":"TheMatiaz0/NoteNough-Web","owner":"TheMatiaz0","description":"This is a fullstack web development notes app, showcasing possibilities with ASP.NET (C#) and React.","archived":false,"fork":false,"pushed_at":"2025-02-23T23:36:34.000Z","size":4823,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T03:33:12.334Z","etag":null,"topics":["asp-net","cookies","crud","csharp","css","docker","html","jwt","postgresql","react","responsive","ui","ux","website"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheMatiaz0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-03T08:19:56.000Z","updated_at":"2025-02-23T23:36:37.000Z","dependencies_parsed_at":"2025-02-24T00:34:48.073Z","dependency_job_id":null,"html_url":"https://github.com/TheMatiaz0/NoteNough-Web","commit_stats":null,"previous_names":["thematiaz0/notenough-web"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheMatiaz0/NoteNough-Web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMatiaz0%2FNoteNough-Web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMatiaz0%2FNoteNough-Web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMatiaz0%2FNoteNough-Web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMatiaz0%2FNoteNough-Web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheMatiaz0","download_url":"https://codeload.github.com/TheMatiaz0/NoteNough-Web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMatiaz0%2FNoteNough-Web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31530640,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asp-net","cookies","crud","csharp","css","docker","html","jwt","postgresql","react","responsive","ui","ux","website"],"created_at":"2025-03-02T00:36:07.099Z","updated_at":"2026-04-07T21:31:02.493Z","avatar_url":"https://github.com/TheMatiaz0.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![NoteNough logo](clientapp/public/favicon.png)\n# NoteNough\n*When your notes are not **note enough**!*\n\n![notenough_full](./Media/notenough_full.png)\n\nNoteNough is a **self-hosted full-stack web application** for managing notes, built with **ASP.NET (C#) and React**. It provides a seamless, secure, and user-friendly experience, whether you’re using an account or just taking quick notes locally.\n\n![full_crud](./Media/full_crud.gif)\n\n## ✨ Features\n![user](./Media/user.gif)\n- ✅ User Authentication – Register/Login with JWT authentication, including a Stay Logged In option.\n- ✅ Guest Mode – No account required! Notes are saved locally in cookies.\n- ✅ Full CRUD Operations – Create, read, update, and delete notes from the database.\n- ✅ Responsive UI – Optimized for both Desktop and Mobile devices.\n- ✅ Modern \u0026 Intuitive Design – Prototyped using Figma for a great user experience.\n\n## 🛠️ Tech Stack  \n| Technology  | Description |  \n|-------------|------------|  \n| **ASP.NET Core (C#)** | Backend API \u0026 authentication |  \n| **React** | Frontend UI framework |  \n| **PostgreSQL** | Database |  \n| **Docker** | Containerized deployment |  \n| **Postman** | Backend API tests |  \n| **Figma** | UI/UX design |  \n\n## 🚀 Getting Started  \nBefore starting, ensure you have **Docker** installed on your machine.  \n\n### 1️⃣ Clone the Repository  \n```sh  \ngit clone https://github.com/TheMatiaz0/NoteNough-Web.git  \ncd NoteNough-Web  \n```\n\n### 2️⃣ Start the Application\nRun the following command to start the Docker container:\n```sh\ndocker compose up\n```\n\n### 3️⃣ Access the App\nOnce setup is complete, open your browser and visit:\nhttp://localhost:3000\n\nTada! 🎉 The website should be working locally!\n\nIt starts with Guest Mode, so you can either add notes locally (through Cookies) or sign up and add notes to database.\n\n## 🛢️ Database Access\nThe project includes **PostgreSQL** as the main database and **pgAdmin** as a database management tool.\n\n### 📌 Placeholder PostgreSQL Access\n- **Host name/address:** `db`\n- **Port:** `5432`\n- **Database Name:** `postgres`\n- **Username:** `admin`\n- **Password:** `root1234`\n\n### 📌 Placeholder pgAdmin Access\n- **Url:** http://localhost:5050\n- **Email:** `admin@admin.com`\n- **Password:** `root1234`\n\n---\n**⚠️ Warning: Deploying to server with placeholder values is highly not advised. If you want to change them create .env file with your custom data. See [.env.example](.env.example) for example.**\n\n**🚨 Disclaimer: I do not take responsibility for security of this application. It's used only for training/portfolio purposes.**\n\n📌 Info: If you change database settings, remember to remove `./postgres-data` folder locally.\n\n## 🐛 Debugging\n\n### React (Frontend)\n#### 1️⃣ Navigate to ./clientapp folder:\n```sh   \ncd NoteNough-Web\ncd clientapp  \n```\n#### 2️⃣ Start React server:\n```sh   \nnpm start\n```\n\nNow, go to http://localhost:3000 and voila! Live changes are happening as you edit project files inside clientapp folder.\n\n### ASP.NET (Backend)\nYou can use software like Postman to test API. Here's template JSON file containing all possible use cases for this app: [NoteNough_postman_template.json](NoteNough_postman_template.json) \n\n## 📁 Project Structure  \n\nThe project is structured as a **full-stack ASP.NET Core \u0026 React application**, following best practices for maintainability and scalability.  \n\n### 🖥️ **Backend (ASP.NET Core API)**  \n\n- [**`Controllers/`**](Controllers/) - Handles HTTP requests and defines API endpoints for user authentication and note management.  \n- [**`Models/`**](Models/) - Defines data models used in the application, such as User and Note entities.  \n- [**`Services/`**](Services/) - Business logic layer, handling operations like authentication (JWT) and note processing.  \n- [**`Data/`**](Data/) - Manages database operations using **Entity Framework Core** (PostgreSQL).  \n- [**`Migrations/`**](Migrations/) - Stores **database migration** files for versioning changes in the database schema.  \n- **[`Program.cs`](Program.cs)** - The **main entry point** of the ASP.NET Core backend.  \n\n### 🎨 **Frontend (React)**  \n\n- [**`clientapp/`**](clientapp/) - The frontend application built with **React**, featuring a **modern UI** optimized for both **desktop and mobile**. \n\n### 🐳 **Deployment \u0026 DevOps**  \n\n- [**`Dockerfile`**](Dockerfile) - Configures **Docker** for containerized deployment.  \n- [**`docker-compose.yml`**](docker-compose.yml) - Manages multi-container services, including the backend, frontend, and database.  \n\n### ⚙️ **Configuration \u0026 Infrastructure**  \n\n- [**`Properties/`**](Properties/) - Contains ASP.NET Core project settings.  \n- **[`appsettings.json`](appsettings.json) \u0026 [`appsettings.Development.json`](appsettings.Development.json)** - Stores environment-specific configurations (e.g., **JWT authentication, database connections**).\n\n---\n**Enjoy taking notes with NoteNough! 📝🚀**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthematiaz0%2Fnotenough-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthematiaz0%2Fnotenough-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthematiaz0%2Fnotenough-web/lists"}