{"id":26166243,"url":"https://github.com/tienminh25/instagram_clone","last_synced_at":"2026-03-12T10:40:38.869Z","repository":{"id":221195774,"uuid":"753699091","full_name":"TienMinh25/instagram_clone","owner":"TienMinh25","description":"Just clone some feature of instagram","archived":false,"fork":false,"pushed_at":"2024-06-17T14:45:30.000Z","size":36450,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T05:12:55.574Z","etag":null,"topics":["chakra-ui","chakra-ui-react","express","jest","nodejs","react-router-dom","reactjs","sequelize","sequelize-cli","unittest"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/TienMinh25.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":"2024-02-06T16:23:15.000Z","updated_at":"2024-06-17T14:45:34.000Z","dependencies_parsed_at":"2024-04-02T16:31:21.113Z","dependency_job_id":"ca859474-a58d-4f6e-b110-4a0be0aaa288","html_url":"https://github.com/TienMinh25/instagram_clone","commit_stats":null,"previous_names":["tienminh25/instagram_clone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TienMinh25%2Finstagram_clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TienMinh25%2Finstagram_clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TienMinh25%2Finstagram_clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TienMinh25%2Finstagram_clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TienMinh25","download_url":"https://codeload.github.com/TienMinh25/instagram_clone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248916971,"owners_count":21182901,"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":["chakra-ui","chakra-ui-react","express","jest","nodejs","react-router-dom","reactjs","sequelize","sequelize-cli","unittest"],"created_at":"2025-03-11T16:39:40.908Z","updated_at":"2026-03-12T10:40:33.816Z","avatar_url":"https://github.com/TienMinh25.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Technology and framework used in project clone instagram:\n\n# Front end:\n\n- **ReactJS**\n- **Chakra** (provide much more component built, so it allows you to have more time focus features)\n- **react-icons** (support multiple icon to use)\n- **react-router-dom** (navigation page)\n\n# Back end:\n\n- **NodeJS (expressJS)**\n- **Sequelize (ORM) (sequelize, sequelize-cli)**\n- Driver adapter: **mysql2**\n- **jest** (Unit test), **suppertest** (support test for http/rest api), **sequelize-test-helpers, sinon, chai**(test for db)\n- **body-parser** - use to parse incoming request bodies in a middleware before your handlers, available under the req.body property.\n- **cookie-parser** - use to parse **Cookie header** and populate **req.cookies** with an object keyed by the cookie names.\n- **jsonwebtoken** - in order to use JWT for authentication.\n\n# Features:\n\n- Login, Logout, Register\n- Comment, post (edit, create, delete)\n- Realtime chat\n- Join group\n\n# How to use: 🤔\n\n## There are 2 ways to run the project\n\n### First way: 🫰🫰\n\n- Open your terminal and pull project on main branch into your laptop or PC.\n\n```sh\n$ git pull https://github.com/TienMinh25/instagram_clone.git\n```\n\n**NOTE:**\n\n- You can also choose your directory you need to pull.\n\n* Then open project on IDE which you prefer then type text below into terminal:\n\n```sh\n$ npm install\n```\n\n- First, you need a local database (use mysql)\n```\nPlease config root and password for your local database,\nthen open file .env (./back_end/.env) and modify it.\n```\n\n- Run backend\n\n```sh\n$ cd back_end\n$ npm run dev\n```\n\n- Run frontend\n\n```sh\n$ cd fron_end\n$ npm run dev\n```\n\n### Second way: 🏃‍♂️🏃‍♂️ (Recommended)\n\n- First, you aslo need to pull project to your device 😄\n- Then you must have docker on your machine, then ensure docker is running\n- Open your terminal, make sure you are in the root ~ **/instagram_clone**, then type:\n\n```sh\n~/\u003cparent_directory\u003e/instagram_clone\n$ docker-compose up --build\n```\n\n- Then open new terminal, and type:\n```sh\n$ docker exec -it backend_node sh\n$ sequelize db:migrate\n```\n\n- If you need to termianted that, you just type:\n\n```sh\n$ docker-compose down\n```\n\n- That's so easy, right 😆😚😎\n- Open your browser, and type http://localhost:80\n\n# Future Improvements (Planned)\n# Author:\n\n```\nName: Lê Văn Tiến Minh\nGmail: letienminh2512@gmail.com\n```\n\n# Summary: 🥀🥀🥀\n\n\u003e Thank you everyone for visiting my repo, please give each one **a star** and you can view this repo as reference. This is also my best practice repo at the moment.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftienminh25%2Finstagram_clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftienminh25%2Finstagram_clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftienminh25%2Finstagram_clone/lists"}