{"id":20336689,"url":"https://github.com/luisbastir/mean-stack-messages","last_synced_at":"2026-04-07T20:32:02.332Z","repository":{"id":126011567,"uuid":"148234511","full_name":"luisbastir/mean-stack-messages","owner":"luisbastir","description":"Messages App - MEAN Stack application demo","archived":false,"fork":false,"pushed_at":"2018-09-17T16:10:01.000Z","size":492,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-06T00:06:09.699Z","etag":null,"topics":["angular-6","demo-app","express-js","luisbastir","mean-stack","mongodb","node-js"],"latest_commit_sha":null,"homepage":null,"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/luisbastir.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":"2018-09-11T00:00:45.000Z","updated_at":"2018-09-17T16:10:02.000Z","dependencies_parsed_at":"2023-03-13T11:41:23.655Z","dependency_job_id":null,"html_url":"https://github.com/luisbastir/mean-stack-messages","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luisbastir/mean-stack-messages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luisbastir%2Fmean-stack-messages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luisbastir%2Fmean-stack-messages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luisbastir%2Fmean-stack-messages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luisbastir%2Fmean-stack-messages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luisbastir","download_url":"https://codeload.github.com/luisbastir/mean-stack-messages/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luisbastir%2Fmean-stack-messages/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31528349,"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":["angular-6","demo-app","express-js","luisbastir","mean-stack","mongodb","node-js"],"created_at":"2024-11-14T21:06:32.912Z","updated_at":"2026-04-07T20:32:02.322Z","avatar_url":"https://github.com/luisbastir.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Messages App\n\nThis is a demo app for learning and practice purposes using the MEAN Stack (Mongo, Express, Angular, Node) framework. This project is based on a course taught by Maximilian Schwarzmüller for learning and practicing purposes.\n\nThe project consist on build a full-stack web application that can manage user sessions and post messages (like a blog) with a title, message and images. This repository contains two apps: the frontend and the backend instances. The frontent covers all the user interface and calls to the server, and is built in typescript using the Angular Framwork. The backend serves and stores all posts through API calls, and is built in javascript using Node-js, Express-js and MongoDB.\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites\n\nYou need to install [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git), [MongoDB](https://www.mongodb.com/download-center?utm_source=manual\u0026utm_campaign=download-mongodb-navbar-cta\u0026utm_medium=docs#community), [Node.js and NPM](https://nodejs.org/es/download/) and [Angular CLI](https://cli.angular.io/) on your local machine.\n\nThen clone this repository by running the following command\n\n```bash\n\u003e git clone https://github.com/luisbastir/mean-stack-messages.git\n\u003e cd mean-stack-messages\n```\n\n### Installing\n\nFirst you need to get all dependencies by running the follow command\n\n```bash\n\u003e npm install\n```\n\nBefore running the servers, run mongoDB on your machine.\nTo start the frontend server use\n\n```bash\n\u003e ng serve\n```\n\nAnd to run the backend server use\n\n```bash\n\u003e npm run dev:server\n```\n\nOn a web browser, go to [http://localhost:4200/](http://localhost:4200/) and start enjoying the app.\n\n## Built With\n\n* [Angular](https://angular.io/) - Fronend framework\n* [Node.js](https://nodejs.org/es/) - Backend server\n* [NPM](https://nodejs.org/es/) - Node Package Manager\n* [Express.js](https://expressjs.com/es/) - Web Application Framework\n* [MongoDB](https://www.mongodb.com/) - NoSQL Database\n* [Mongoose](https://mongoosejs.com/) - MongoDB object modeling and connector for Node.js\n\n## Author\n\nLuis Bastidas\n[Github's Profile](https://github.com/luisbastir)\n\n## License\n\nMIT License\n\nCopyright (c) 2018 luisbastir\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluisbastir%2Fmean-stack-messages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluisbastir%2Fmean-stack-messages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluisbastir%2Fmean-stack-messages/lists"}