{"id":25670076,"url":"https://github.com/amliyanage/note-creaft-server","last_synced_at":"2026-05-09T05:34:08.062Z","repository":{"id":279120189,"uuid":"930906299","full_name":"amliyanage/note-creaft-server","owner":"amliyanage","description":"Note Craft Server is the backend API for a note-taking app, handling user notes, authentication, and syncing. It's designed for scalability, security, and seamless integration with the frontend.","archived":false,"fork":false,"pushed_at":"2025-02-23T21:29:03.000Z","size":18116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-12T22:18:17.070Z","etag":null,"topics":["express","node","prisma","prisma-orm","server","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amliyanage.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-02-11T12:08:16.000Z","updated_at":"2025-02-23T21:30:30.000Z","dependencies_parsed_at":"2025-02-23T22:36:47.599Z","dependency_job_id":null,"html_url":"https://github.com/amliyanage/note-creaft-server","commit_stats":null,"previous_names":["amliyanage/note-creaft-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/amliyanage/note-creaft-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amliyanage%2Fnote-creaft-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amliyanage%2Fnote-creaft-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amliyanage%2Fnote-creaft-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amliyanage%2Fnote-creaft-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amliyanage","download_url":"https://codeload.github.com/amliyanage/note-creaft-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amliyanage%2Fnote-creaft-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32808520,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["express","node","prisma","prisma-orm","server","typescript"],"created_at":"2025-02-24T11:29:28.028Z","updated_at":"2026-05-09T05:34:08.037Z","avatar_url":"https://github.com/amliyanage.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Note Craft Server 🚀\n\n**Note Craft Server** is the backend API for the **Note Craft** note-taking application. It provides endpoints for managing user notes, authentication, and syncing across devices. This server is built with a focus on scalability, security, and ease of integration with the frontend application.\n\n## Features 🔧\n\n- **User Authentication**: Secure login and registration system using JWT.\n- **CRUD Operations**: Create, Read, Update, and Delete notes.\n- **Tagging**: Add and manage tags for organizing notes.\n- **Note Sharing**: Share notes with other users (if applicable).\n- **Search Notes**: Search through user notes by keywords or tags.\n\n## Technologies Used 🛠\n\n- **Node.js**: JavaScript runtime environment for building scalable server-side applications.\n- **Express.js**: Web framework for Node.js to handle routing and middleware.\n- **MongoDB**: NoSQL database for storing user data and notes.\n- **Mongoose**: ODM (Object Data Modeling) library for MongoDB and Node.js.\n- **JWT (JSON Web Tokens)**: Used for user authentication and authorization.\n- **Bcrypt.js**: Used to hash and secure passwords.\n- **Dotenv**: For managing environment variables.\n\n## Getting Started ⚡\n\nFollow these steps to set up the **Note Craft Server** locally:\n\n### 1. Clone the repository:\n\n```bash\ngit clone https://github.com/amliyanage/note-craft-server.git\n```\n\n### 2. Install dependencies:\n\nNavigate into the project directory and install the required dependencies:\n\n```bash\ncd note-craft-server\nnpm install\n```\n\n### 3. Configure Environment Variables:\n\nCreate a `.env` file in the root directory of the project and set the following environment variables:\n\n```bash\nMONGO_URI=your_mongodb_connection_string\nJWT_SECRET=your_jwt_secret_key\nPORT=3000\n```\n\n- **MONGO_URI**: Your MongoDB database connection string.\n- **JWT_SECRET**: A secret key used to sign and verify JWT tokens.\n- **PORT**: The port on which the server will run.\n\n### 4. Start the server:\n\nRun the following command to start the server:\n\n```bash\nnpm start\n```\n\nThe server will start and listen on the configured port (default: `3001`).\n\n## License 📜\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famliyanage%2Fnote-creaft-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famliyanage%2Fnote-creaft-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famliyanage%2Fnote-creaft-server/lists"}