Skip to content

benlhachemi/randomcall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Video chat app with random users.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published