Skip to content

quinsberry/clubhouse-clone

Repository files navigation

Clubhouse Clone

Description

Clubhouse Clone frontend and backend parts.

Technologies: Next.js, Express, PostgreSQL, WebRTC, Typescript
Libraries: sequelize, redux/toolkit, socket.io

Installation

  1. npm install
  2. Create .env file by cp .env.example .env command.
  3. Install PostgreSQL if you didn't do that yet.

Running the app

# development mode
$ npm run dev

# production mode
# before start you need to build the app
$ npm run start

# build
$ npm run build

About

This is my attempt to make a clubhouse web clone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published