/instagram-clone

Instagram Clone - NestJs + Typescript and ReactJs

Primary LanguageJavaScript

Instagram Clone

Instagram Clone. Front-end was made with React, Backend with Nest

Deploy in Heroku:

Tech Stack

  • 🟥NestJs — Progressive Node.js Framework
  • 📄 TypeORM — A Promise-Based Node.js ORM
  • 🟦 TypeScript — An open-source language which builds on JavaScript by adding static type definitions.
  • ⚛️ React Js — A JavaScript library for building user interfaces
  • ♻️ Hooks & Context — To handle State
  • 🌀 React Router Dom — DOM bindings for React Router.
  • 🐘 PostgreSQL — A powerful RDBMS
  • ⚙️ Jest - Unit Testing

How to run this project

⚠️ Node version >= 14 is required

Install Dependencies

  1. npm install to install root dependencies
  2. npm run frontend-install to install client dependencies
  3. npm run backend-install for server dependencies

Run the project

  1. npm run dev to run client and server en development mode