{"id":25062798,"url":"https://github.com/poltanek/book-display-webapp","last_synced_at":"2026-04-11T05:04:15.821Z","repository":{"id":263687030,"uuid":"874395077","full_name":"Poltanek/Book-Display-WebApp","owner":"Poltanek","description":"Full-stack website using MERN stack and integrating a server-side database using monolithic application structure. The website is called Midnight Manuscripts and is supposed to be deployed using Microsoft Azure.","archived":false,"fork":false,"pushed_at":"2025-01-29T11:27:16.000Z","size":15805,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T12:26:59.920Z","etag":null,"topics":["css","express","html","javascript","mongodb","mongoose","node","postman","react","restful-api"],"latest_commit_sha":null,"homepage":"https://midnightmanuscript-exhsdueaa4dje8e5.uksouth-01.azurewebsites.net/","language":"CSS","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/Poltanek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-10-17T18:45:01.000Z","updated_at":"2025-01-29T11:27:19.000Z","dependencies_parsed_at":"2025-01-29T12:39:34.483Z","dependency_job_id":null,"html_url":"https://github.com/Poltanek/Book-Display-WebApp","commit_stats":null,"previous_names":["poltanek/book-store-webapp","poltanek/book-display-webapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Poltanek/Book-Display-WebApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poltanek%2FBook-Display-WebApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poltanek%2FBook-Display-WebApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poltanek%2FBook-Display-WebApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poltanek%2FBook-Display-WebApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Poltanek","download_url":"https://codeload.github.com/Poltanek/Book-Display-WebApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Poltanek%2FBook-Display-WebApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31669118,"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":["css","express","html","javascript","mongodb","mongoose","node","postman","react","restful-api"],"created_at":"2025-02-06T17:13:31.444Z","updated_at":"2026-04-11T05:04:15.804Z","avatar_url":"https://github.com/Poltanek.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Table of Contents\n\n1. [Midnight Manuscripts Codebase](#midnight-manuscripts-codebase)  \n2. [Directory Layout](#directory-layout)  \n3. [Installation](#installation)  \n   - [Client-side](#client-side)  \n   - [Server-side](#server-side)  \n\n# Midnight Manuscripts Codebase\n\n Midnight Manuscripts is a modern online book display that offers a decent UI/UX experience for exploring new instore books on display at Midnight Manuscripts, a blog for book enthusiasts, and information about the store. The site includes the following pages:\n\n```Homepage```: Welcomes users with featured books and promotions.\n\n```Blogpage``` A collection of articles about books, authors, and literary trends.\n\n```Aboutpage``` Information about Midnight Manuscripts and its mission.\n\n\n# Directory Layout\nShould look like the image below: \n\n![image](https://github.com/user-attachments/assets/ab064215-147a-4e45-81a1-457c090e9f59)\n\n\n# Installation\n## client-side\n\nNavigate to client directory: \n```\ncd client\n```\n\nInstall Dependencies\n```yml\nnpm install\n```\n\nStart the development\n```\nnpm start\n```\n\n## server-side\n\nNavigate to server directory\n```\ncd server\n```\n\nInstall Dependencies\n```yml\nnpm i chalk cors debug dotenv express mongodb mongoose morgan\n```\n\nStart the server\n```\nnodemon server.js\n```\n\nTo send data using postman to **newsletter** collection within the web app. \n\n```\nhttp://localhost:5000/newsletter\n```\n```\n{\n  \"title\": \"New Blog Title\",\n  \"description\": \"This is the description of the new blog post\",\n  \"author\": \"Author Name\",\n  \"date\": 2024-12-20T07:13:43.740+00:00\n}\n```\n\nTo send data using postman to **blogData** collection within the web app.\n\n```\nhttp://localhost:5000/feed\n```\n```\n{\n  \"name\": \"Alan Walker\",\n  \"email address\": \"adamtanweer4@gmail.com\",\n}\n```\n\nData will be found in and located in collection test for development purposes.\n\n![image](https://github.com/user-attachments/assets/b3456e52-da23-463d-b345-839f38fe584b)\n\n\n## Appendix\n\n![image](https://github.com/user-attachments/assets/63d05356-efdd-4cce-a334-b3049d76fd1b)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoltanek%2Fbook-display-webapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoltanek%2Fbook-display-webapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoltanek%2Fbook-display-webapp/lists"}