Instagram Clone. Front-end was made with React, Backend with Nest
Deploy in Heroku:- 🟥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
Node version >= 14 is required
Install Dependencies
npm install
to install root dependenciesnpm run frontend-install
to install client dependenciesnpm run backend-install
for server dependencies
Run the project
npm run dev
to run client and server en development mode