{"id":31554629,"url":"https://github.com/anusirkas/mini-message-board","last_synced_at":"2026-04-11T05:33:55.768Z","repository":{"id":311466669,"uuid":"1043770433","full_name":"anusirkas/mini-message-board","owner":"anusirkas","description":"A modern chat-style message board built with Node.js, Express, EJS, and MongoDB Atlas. Features emoji picker, avatars, and dark/light mode. Live on Render.","archived":false,"fork":false,"pushed_at":"2025-09-09T09:13:29.000Z","size":1055,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-04T21:25:53.067Z","etag":null,"topics":["chat-app","ejs","express","light-dark-theme","mongodb","nodejs"],"latest_commit_sha":null,"homepage":"https://mini-message-board-b2bg.onrender.com/","language":"CSS","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/anusirkas.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-24T15:30:09.000Z","updated_at":"2025-09-09T09:13:33.000Z","dependencies_parsed_at":"2025-08-24T20:56:05.771Z","dependency_job_id":"09c30b1f-71d1-45de-8ff7-9ceb33f151f1","html_url":"https://github.com/anusirkas/mini-message-board","commit_stats":null,"previous_names":["anusirkas/mini-message-board"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anusirkas/mini-message-board","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anusirkas%2Fmini-message-board","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anusirkas%2Fmini-message-board/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anusirkas%2Fmini-message-board/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anusirkas%2Fmini-message-board/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anusirkas","download_url":"https://codeload.github.com/anusirkas/mini-message-board/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anusirkas%2Fmini-message-board/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31670044,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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":["chat-app","ejs","express","light-dark-theme","mongodb","nodejs"],"created_at":"2025-10-04T21:11:38.912Z","updated_at":"2026-04-11T05:33:55.734Z","avatar_url":"https://github.com/anusirkas.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📨 Mini Message Board\n\nA modern chat-style message board built with **Node.js**, **Express**, **EJS**, and **MongoDB Atlas**.  \nDeployed live on **Render**: 👉 [Mini Message Board Live](https://mini-message-board-b2bg.onrender.com/)\n\n---\n\n## 🚀 Features\n\n- 📩 Post and view messages in real time board style\n- 👤 Dynamic avatar colors based on username initials\n- 💬 Chat bubble UI with smooth layout\n- 😀 Emoji picker in the message form\n- 🌙 Day/Night mode toggle (persists with localStorage)\n- 📅 Human-friendly timestamps (`Aug 26, 2025, 19:35`)\n- 🎨 Consistent modern design across all pages (`/`, `/new`, and message detail view)\n- 🗄️ Messages stored in **MongoDB Atlas** (persistent storage)\n- ☁️ Deployed to **Render**\n\n---\n\n## 📂 Project Structure\n\n```\nmini-message-board/\n├─ app.js\n├─ routes/\n│ └─ index.js\n├─ views/\n│ ├─ index.ejs # Home - shows messages\n│ ├─ form.ejs # Form to add new message\n│ └─ message.ejs # Single message view\n├─ public/\n│ ├─ styles.css # Styling\n│ └─ theme.js # Dark/Light mode logic\n├─ package.json\n├─ README.md\n```\n\n---\n\n## 🛠️ Tech Stack\n\n- **Backend:** Node.js, Express\n- **Templating:** EJS\n- **Database:** MongoDB Atlas\n- **Styling:** CSS + modern chat UI patterns\n- **Deployment:** Render (connected via GitHub repo)\n\n---\n\n## ⚡ Run Locally\n\n```bash\n# 1. Clone repository\ngit clone https://github.com/USERNAME/mini-message-board.git\ncd mini-message-board\n\n# 2. Install dependencies\nnpm install\n\n# 3. Set up environment variables (.env)\nMONGODB_URI=your-mongodb-connection-string\nDB_NAME=mini_message_board\n\n# 4. Start server\nnode app.js\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanusirkas%2Fmini-message-board","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanusirkas%2Fmini-message-board","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanusirkas%2Fmini-message-board/lists"}