Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 1.54 KB

readme.md

File metadata and controls

64 lines (48 loc) · 1.54 KB

RandomCall

Video chat app with random users.
Full tutorial on YouTube

♥️ Subscribe to my Youtube Channel for more free & open source projects ♥️

Getting Started

This guide will help you get started with the installation process and run the app on your machine.

Redis & Redis-insight

This app uses redis as database, so you need to run a Redis on a Docker container.

docker compose up -d

Installation

📦 Install the dependecies on both Frontend and Backend

cd frontend && npm i
cd backend && npm i

🔌 Start the Frontend and Backend server

cd frontend && npm run dev
cd backend && npm run start:dev

🎉 Ready to Use

Now, open your browser and go to: "http://localhost:3000"