{"id":21169616,"url":"https://github.com/adityassharma-ss/speer","last_synced_at":"2026-04-12T00:37:52.095Z","repository":{"id":237460989,"uuid":"739041070","full_name":"adityassharma-ss/speer","owner":"adityassharma-ss","description":"Speer-Backend is a secure and scalable RESTful API that allows users to manage notes. It includes user authentication, note creation, updating, deletion, sharing, and searching functionality.","archived":false,"fork":false,"pushed_at":"2024-01-04T16:28:13.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-21T10:50:48.694Z","etag":null,"topics":["api","expressjs","mongodb","nodejs","rest-api"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/adityassharma-ss.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":"2024-01-04T16:28:08.000Z","updated_at":"2024-01-04T16:29:08.000Z","dependencies_parsed_at":"2024-05-02T03:33:45.952Z","dependency_job_id":"9b9b4fc2-8caa-4826-86f2-a36e919e8968","html_url":"https://github.com/adityassharma-ss/speer","commit_stats":null,"previous_names":["adityassharma-ss/speer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityassharma-ss%2Fspeer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityassharma-ss%2Fspeer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityassharma-ss%2Fspeer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityassharma-ss%2Fspeer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adityassharma-ss","download_url":"https://codeload.github.com/adityassharma-ss/speer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243616284,"owners_count":20319868,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["api","expressjs","mongodb","nodejs","rest-api"],"created_at":"2024-11-20T15:52:44.892Z","updated_at":"2026-04-12T00:37:52.033Z","avatar_url":"https://github.com/adityassharma-ss.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Speer-Backend\n\nSpeer-Backend is a secure and scalable RESTful API that allows users to manage notes. It includes user authentication, note creation, updating, deletion, sharing, and searching functionality.\n\n## Table of Contents\n\n- [Overview](#overview)\n- [Technical Stack](#technical-stack)\n- [Setup](#setup)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n  - [Configuration](#configuration)\n- [Run the Application](#run-the-application)\n- [API Endpoints](#api-endpoints)\n- [Testing](#testing)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Overview\n\nSpeer-Backend provides a RESTful API for managing notes with features such as user authentication, note CRUD operations, sharing notes, and searching based on keywords.\n\n## Technical Stack\n\nThe project is built using the following technologies:\n\n- Node.js\n- Express.js\n- MongoDB\n- Mongoose\n- JWT for authentication\n- Express Rate Limit for rate limiting\n- ...\n\n## Setup\n\n### Prerequisites\n\nList the prerequisites required to run your application, such as Node.js and MongoDB.\n\n- Node.js \n- MongoDB Cloud account\n\n### Installation\n\nDescribe the installation steps. For example:\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/your-username/your-project.git\n   ```\n\n2. Install the dependencies:\n\n   ```\n   cd speer```\n\n   ```bash\n    npm install\n    ```\n\n3. Set up the config file in terms of \".env\" in the root folder:\n\n    ```bash\n    PORT=3000\n    MONGODB_URI=mongodb://localhost:27017/speer\n    JWT_SECRET=your-secret\n    ```\n4. Run the application:\n\n    ```bash\n    npm start\n    ```\n\n### API ENDPOINTS\n\nList and briefly explain your API endpoints, including authentication requirements.\n\nPOST /api/auth/signup: Create a new user account.\nPOST /api/auth/login: Log in to an existing user account and receive an access token.\nGET /api/notes: Get a list of all notes for the authenticated user.\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityassharma-ss%2Fspeer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadityassharma-ss%2Fspeer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityassharma-ss%2Fspeer/lists"}