{"id":17007367,"url":"https://github.com/leoelicos/kiddin","last_synced_at":"2026-04-18T04:31:37.278Z","repository":{"id":38313918,"uuid":"496598093","full_name":"leoelicos/kiddin","owner":"leoelicos","description":"Collab, Full stack","archived":false,"fork":false,"pushed_at":"2023-04-19T14:51:50.000Z","size":7732,"stargazers_count":1,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-13T18:12:43.803Z","etag":null,"topics":["collaboration","expressjs","sequelizejs"],"latest_commit_sha":null,"homepage":"https://kiddin.herokuapp.com/","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/leoelicos.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":"2022-05-26T11:45:12.000Z","updated_at":"2023-04-06T15:40:02.000Z","dependencies_parsed_at":"2025-03-22T11:46:39.397Z","dependency_job_id":"b043476a-a78d-47b2-84e9-650033aff945","html_url":"https://github.com/leoelicos/kiddin","commit_stats":null,"previous_names":["leoelicos/kiddin","leoelicos/just-kidding"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leoelicos/kiddin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoelicos%2Fkiddin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoelicos%2Fkiddin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoelicos%2Fkiddin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoelicos%2Fkiddin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leoelicos","download_url":"https://codeload.github.com/leoelicos/kiddin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoelicos%2Fkiddin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31956809,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["collaboration","expressjs","sequelizejs"],"created_at":"2024-10-14T05:25:32.209Z","updated_at":"2026-04-18T04:31:37.259Z","avatar_url":"https://github.com/leoelicos.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kiddin'\n\n![express](https://img.shields.io/badge/4.18.1-0?label=Express\u0026style=for-the-badge\u0026labelColor=white\u0026color=black) ![express-handlebars](https://img.shields.io/badge/6.0.6-0?label=express-handlebars\u0026style=for-the-badge\u0026labelColor=white\u0026color=black) ![express-session](https://img.shields.io/badge/1.17.3-0?label=express-session\u0026style=for-the-badge\u0026labelColor=white\u0026color=black) ![multer](https://img.shields.io/badge/1.4.4-0?label=multer\u0026style=for-the-badge\u0026labelColor=white\u0026color=black)\n\n![sequelize](https://img.shields.io/badge/6.20.1-0?label=Sequelize\u0026style=for-the-badge\u0026labelColor=white\u0026color=black) ![connect-session-sequelize](https://img.shields.io/badge/7.1.3-0?label=connect-session-sequelize\u0026style=for-the-badge\u0026labelColor=white\u0026color=black)\n\n![bcrypt](https://img.shields.io/badge/5.0.1-0?label=bcrypt\u0026style=for-the-badge\u0026labelColor=white\u0026color=black) ![mysql2](https://img.shields.io/badge/2.3.3-0?label=mysql2\u0026style=for-the-badge\u0026labelColor=white\u0026color=black) ![dotenv](https://img.shields.io/badge/16.0.1-0?label=dotenv\u0026style=for-the-badge\u0026labelColor=white\u0026color=black)\n\n---\n\n## Description\n\nKiddin' is a full stack application that allows logged-in contributors to view Threads and Posts and create Posts. Each Post consist of a photo, a title and a short text area. In our Marketplace Thread, there is an additional option to list a price, which potential buyers can see.\n\nThis application uses npm packages `express`, `express-handlebars`, `express-session`, `sequelize`, `connection-session-sequelize`, `bcrypt`, `mysql2` and `dotenv`.\n\nOur application also uses an npm package called `multer`, which allows users to upload photos. As defined in [Issues](https://github.com/leoelicos/kiddin/issues), our future direction includes having a Profile.handlebar for a user's posts and other statistics, and an API route to create and remove Threads.\n\nWe made this application to learn about full-stack applications created with Model-View-Controller, and we used GitHub Projects and various Pull Requests to create this app: https://github.com/leoelicos/kiddin/projects/1\n\n## Table of Contents\n\n-  [Usage](#usage)\n-  [Screenshots](#screenshots)\n-  [Installation for API testing in Insomnia](#installation-for-api-testing-in-insomnia)\n-  [Credits](#credits)\n-  [License](#license)\n\n## Usage\n\nVisit [Kiddin](https://kiddin.herokuapp.com/) on a browser on a computer or mobile.\n\n| Step               | Details                                                                                              |\n| ------------------ | ---------------------------------------------------------------------------------------------------- |\n| `View all threads` | Go to [Kiddin](https://kiddin.herokuapp.com/) or click on Homepage in any page |\n| `View a thread`    | `Login`, then click on one of the three threads on the homepage                                      |\n| `Login`            | Enter your username, email and password                                                              |\n| `Sign up`          | Enter a username, email and a password. Password min. 8 characters                                   |\n\n## Installation for API testing in Insomnia\n\n### 0. Required\n\n| Programs   | Download links                             |\n| ---------- | ------------------------------------------ |\n| `Node`     | https://nodejs.org/en/download/            |\n| `Mysql`    | https://dev.mysql.com/downloads/installer/ |\n| `Insomnia` | https://insomnia.rest/download             |\n\n### 1. Git clone and go inside\n\n```sh\ngit clone https://github.com/leoelicos/kiddin.git\n\ncd kiddin\n```\n\n### 2. Rename `.env.EXAMPLE` to `.env`\n\n```sh\nmv .env.Example .env\n```\n\nInput your Mysql credentials. _Don't forget to save!_\n\n-  `DB_USER={username}`\n-  `DB_PASSWORD={password}`\n\n### 3. Go inside `db`, invoke `Mysql`, enter {password}, run `schema`\n\n```sh\ncd db\n\nmysql -u root -p\n\n{password}\n\nsource schema.sql;\n\nexit\n```\n\n### 4. Return to root, install dependencies, (optionally) run seed\n\n```sh\ncd ..\n\nnpm install\n\nnpm run seed\n\n```\n\n### 5. Start the server, then access the API with Insomnia\n\n```sh\nnpm start\n```\n\n---\n\n## Credits\n\n-  BCS Resources\n-  [Normalize.css](https://necolas.github.io)\n\n## License\n\nLicensed under the [MIT License](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleoelicos%2Fkiddin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleoelicos%2Fkiddin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleoelicos%2Fkiddin/lists"}