{"id":15091703,"url":"https://github.com/josemartin357/tech-notes","last_synced_at":"2026-01-05T07:08:19.825Z","repository":{"id":167678484,"uuid":"425570752","full_name":"josemartin357/Tech-notes","owner":"josemartin357","description":"CMS-style blog, where developers can publish their blog posts and comment on other developers’ posts as well.","archived":false,"fork":false,"pushed_at":"2021-12-07T07:32:11.000Z","size":130,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T11:16:11.350Z","etag":null,"topics":["bootstrap","expressjs","handlebarsjs","heroku","javascript","mysql","nodejs","sequelize"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/josemartin357.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":"2021-11-07T17:30:57.000Z","updated_at":"2023-03-07T04:44:21.000Z","dependencies_parsed_at":"2023-08-02T05:32:19.118Z","dependency_job_id":null,"html_url":"https://github.com/josemartin357/Tech-notes","commit_stats":null,"previous_names":["josemartin357/tech-notes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josemartin357%2FTech-notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josemartin357%2FTech-notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josemartin357%2FTech-notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josemartin357%2FTech-notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josemartin357","download_url":"https://codeload.github.com/josemartin357/Tech-notes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244952554,"owners_count":20537467,"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":["bootstrap","expressjs","handlebarsjs","heroku","javascript","mysql","nodejs","sequelize"],"created_at":"2024-09-25T10:42:53.309Z","updated_at":"2026-01-05T07:08:19.819Z","avatar_url":"https://github.com/josemartin357.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Techie-notes\n![License: MIT](https://img.shields.io/apm/l/vim-mode?style=for-the-badge)\n\n\n## Description:\nCMS-style blog, where developers can publish their blog posts and comment on other developers’ posts as well. The goal is to provide web devs an application where they can share knowledge, technical concepts and even funny stories.\nThis app follows the MVC (Models-views-controllers) paradigm in its architectural structure, uses Handlebars.js for its templating language and the express-session npm package for authentication.\n\n\n## URLs\n- [GitHub](https://github.com/josemartin357/Tech-notes)\n- [Heroku deployed link](https://techie-blog-mb.herokuapp.com/)\n\n\n## Video demonstration\n\n\nhttps://user-images.githubusercontent.com/83382332/144985700-e22ab490-7361-4325-b9cd-72e87f2967ec.mp4\n\n\n\n## Screenshot sample\nDesktop version\n![Techie-blog-desktop](https://user-images.githubusercontent.com/83382332/144983632-e842f3c1-0515-456b-a926-bb8e8144788f.jpeg)\n\n\u003cbr/\u003e\nTablet version\n\n\n![Techie-blog-tablet](https://user-images.githubusercontent.com/83382332/144983664-929597af-19c9-4c2a-800a-aac4d97bec8a.jpeg)\n\n\u003cbr/\u003e\nMobile version\n\n\n![Techie-blog-mobile](https://user-images.githubusercontent.com/83382332/144983672-7d66a71b-a6d3-4823-bc35-4c4fa0e3ecca.jpeg)\n\n\n## Table of Contents\n* [Installation](#installation)\n* [Technologies Used](#builtwith)\n* [Usage](#usage)\n* [Contribution](#contribution)\n* [License](#license)\n* [Questions](#questions)\n\n## Installation\nTo install project, simply clone repository or download documents and save them to your computer. \nAlso, type in terminal `npm i` or `npm install` to install dependency packages needed.\n\n## Technologies Used:\nNode.js\n\u003cbr/\u003e\nExpress\n\u003cbr/\u003e\nMySql\n\u003cbr/\u003e\nSequelize\n\u003cbr/\u003e\nHandlebars.js\n\u003cbr/\u003e\nBootstrap\n\u003cbr/\u003e\nHeroku\n\n## Usage\nYou will need to login to MySql and source `schema.sql`.\nTo use the application, run the seeds with `npm run seed` and call `npm start` to deploy to local host.\n\n## Contribution\nYou are welcome to contribute to project. Please “fork” it to your Github and work from there.\n\n## License\nMIT\n\n      Copyright (c) 2021, Martin Bedoya\n      Permission is hereby granted, free of charge, to any person obtaining a copy\n      of this software and associated documentation files (the \"Software\"), to deal\n      in the Software without restriction, including without limitation the rights\n      to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n      copies of the Software, and to permit persons to whom the Software is\n      furnished to do so, subject to the following conditions:\n      \n      The above copyright notice and this permission notice shall be included in all\n      copies or substantial portions of the Software.\n      \n      THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n      IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n      FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n      AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n      LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n      OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n      SOFTWARE.\n      \n## Questions\nUse information below to contact me for questions or future collaboration.\n\u003cbr/\u003e\nGitHub: https://github.com/josemartin357\n\u003cbr/\u003e\nEmail: martin.bedoya2021@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosemartin357%2Ftech-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosemartin357%2Ftech-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosemartin357%2Ftech-notes/lists"}