Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Just clone some feature of instagram

NotificationsYou must be signed in to change notification settings

TienMinh25/instagram_clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Front end:

  • ReactJS
  • Chakra (provide much more component built, so it allows you to have more time focus features)
  • react-icons (support multiple icon to use)
  • react-router-dom (navigation page)

Back end:

  • NodeJS (expressJS)
  • Sequelize (ORM) (sequelize, sequelize-cli)
  • Driver adapter:mysql2
  • jest (Unit test),suppertest (support test for http/rest api),sequelize-test-helpers, sinon, chai(test for db)
  • body-parser - use to parse incoming request bodies in a middleware before your handlers, available under the req.body property.
  • cookie-parser - use to parseCookie header and populatereq.cookies with an object keyed by the cookie names.
  • jsonwebtoken - in order to use JWT for authentication.

Features:

  • Login, Logout, Register
  • Comment, post (edit, create, delete)
  • Realtime chat
  • Join group

How to use: 🤔

There are 2 ways to run the project

First way: 🫰🫰

  • Open your terminal and pull project on main branch into your laptop or PC.
$ git pull https://github.com/TienMinh25/instagram_clone.git

NOTE:

  • You can also choose your directory you need to pull.
  • Then open project on IDE which you prefer then type text below into terminal:
$ npm install
  • First, you need a local database (use mysql)
Please config root and password for your local database,then open file .env (./back_end/.env) and modify it.
  • Run backend
$cd back_end$ npm run dev
  • Run frontend
$cd fron_end$ npm run dev

Second way: 🏃‍♂️🏃‍♂️ (Recommended)

  • First, you aslo need to pull project to your device 😄
  • Then you must have docker on your machine, then ensure docker is running
  • Open your terminal, make sure you are in the root ~/instagram_clone, then type:
~/<parent_directory>/instagram_clone$ docker-compose up --build
  • Then open new terminal, and type:
$ dockerexec -it backend_node sh$ sequelize db:migrate
  • If you need to termianted that, you just type:
$ docker-compose down

Future Improvements (Planned)

Author:

Name: Lê Văn Tiến MinhGmail: letienminh2512@gmail.com

Summary: 🥀🥀🥀

Thank you everyone for visiting my repo, please give each onea star and you can view this repo as reference. This is also my best practice repo at the moment.

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp