{"id":23908441,"url":"https://github.com/bmukesh23/memo","last_synced_at":"2026-04-07T18:31:41.010Z","repository":{"id":239456006,"uuid":"799580080","full_name":"bmukesh23/Memo","owner":"bmukesh23","description":"🫧 An minimal AI powered note taking app built with MERN \u0026 Gemini.","archived":false,"fork":false,"pushed_at":"2024-07-09T08:29:07.000Z","size":3517,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-25T16:37:35.052Z","etag":null,"topics":["axios","express","firebase-auth","gemini","gemini-15-flash","gemini-api","jwt","mern","mongodb","node","react","tailwindcss","vite"],"latest_commit_sha":null,"homepage":"https://memoo-note.vercel.app","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/bmukesh23.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,"zenodo":null}},"created_at":"2024-05-12T15:08:57.000Z","updated_at":"2024-08-30T18:30:45.000Z","dependencies_parsed_at":"2024-06-28T18:01:45.558Z","dependency_job_id":"77c02c45-dce1-4123-9911-c178e3d9214c","html_url":"https://github.com/bmukesh23/Memo","commit_stats":null,"previous_names":["bmukesh23/noteup","bmukesh23/memo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bmukesh23/Memo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmukesh23%2FMemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmukesh23%2FMemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmukesh23%2FMemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmukesh23%2FMemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bmukesh23","download_url":"https://codeload.github.com/bmukesh23/Memo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmukesh23%2FMemo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31524524,"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":["axios","express","firebase-auth","gemini","gemini-15-flash","gemini-api","jwt","mern","mongodb","node","react","tailwindcss","vite"],"created_at":"2025-01-05T04:37:36.256Z","updated_at":"2026-04-07T18:31:40.983Z","avatar_url":"https://github.com/bmukesh23.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🫧 Memo\nAn minimal AI powered note taking app built with MERN and Gemini.\n\n## 📦 Technologies\n\n- `Vite`\n- `Tailwind CSS`\n- `Firebase`\n- `MERN`\n- `Gemini`\n\n## ✨ Features\n\n- **Simple:** Memo is designed to be minimal, using it is a breeze.\n\n- **AI Powered:** Memo uses AI to help you write better notes and documents.\n\n- **User Authentication:** Users can securely sign in and access notes with Firebase Auth integrated with JWT.\n\n- **Search Functionality**: Allow users to search notes by keywords, titles, or tags to quickly find information.\n\n- **Pin/Unpin Notes**: Enable users to pin important notes for quick access and unpin them when no longer needed.\n\n## 💭 Future Scope\n- **Markdown:** A markdown which has WYSIWYG editor feature.\n\n## 🚦Running the project:\n\n### Prerequisites\n\nBefore you begin, ensure you have the following installed on your machine:\n\n- [Node.js](https://nodejs.org/): Make sure to install Node.js, which includes npm (Node Package Manager).\n- [MongoDB](https://www.mongodb.com/try/download/community): Set up a MongoDB database and obtain the connection URL.\n\n## Steps\n\n1. **Clone the repository:**\n    ```bash\n    git clone https://github.com/bmukesh23/Memo.git\n    ```\n\n2. **Navigate to the project directory:**\n    ```bash\n    cd Memo\n    ```\n\n3. **Install Dependencies:**\n    ```bash\n    cd frontend\n    npm install\n    ```\n\n    ```bash\n    cd ../backend\n    npm install\n    ```\n\n4. **Set Environment Variables:**\n    1. Create a `.env` file in the root of the backend folder of the project.\n    2. Add the following environment variables and replace the values with your own:\n\n    ```env\n    VITE_FB_API_KEY=\n    VITE_FB_AUTH=\n    VITE_FB_PROJECT=\n    VITE_FB_STORAGE=\n    VITE_FB_MESSAGING=\n    VITE_FB_APP=\n    VITE_FB_MEASUREMENT=\n    VITE_BACKEND_URL=\n    ```\n\n    1. Create a `.env` file in the root of the backend folder of the project.\n    2. Add the following environment variables and replace the values with your own:\n\n    ```env\n    PORT=\n    ACCESS_TOKEN_SECRET=\n    MONGODB_URI=\n    GEMINI_API_KEY=\n    ```\n\n5. **Run the application:**\n    ```bash\n    cd frontend\n    npm run dev\n    ```\n\n    ```bash\n    cd backend\n    npm run dev\n    ```\n\n6. **Access the App:**\n     Open your web browser and go to [http://localhost:5173](http://localhost:5173). You should see the NoteUp Website running locally.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmukesh23%2Fmemo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbmukesh23%2Fmemo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmukesh23%2Fmemo/lists"}