Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darshit02/codex
a codex is basically collaborative software , whare developers are collaborate using video call and working on same repository with the codex
https://github.com/darshit02/codex
docker drizzle-orm javascript nextjs14 stramio tailwindcss typescript
Last synced: about 2 months ago
JSON representation
a codex is basically collaborative software , whare developers are collaborate using video call and working on same repository with the codex
- Host: GitHub
- URL: https://github.com/darshit02/codex
- Owner: Darshit02
- Created: 2024-04-07T11:24:26.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-04-15T07:47:05.000Z (9 months ago)
- Last Synced: 2024-05-17T20:19:41.683Z (8 months ago)
- Topics: docker, drizzle-orm, javascript, nextjs14, stramio, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 628 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeX
CodeX is a Pair programming webApp whare developer stay connect and pair with programer who work on their favourite languages.
## Tech Stack
**Client :** React, Zustand, TailwindCSS, NextJS, Stream.io
**Server :** Node, Express, drizzleORM, Postgrsql, Docker
## Features
🌙 Light/dark mode toggle
➿ Live previews.
🖥️ Fullscreen mode.
➕ CRUD Rooms.
⚓ Google Authentication/safe data.
🎉 Live Code collobration.
🔎 Find favourite programing language Rooms.
🦭 search participant.
🌀 browse rooms.
## Installation
Install my-project with npm
```bash
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
```Install docker Engine Your Local machine :
Spinup data base using docker
```bash
docker compose up
```For database push on your machine
Run drizzle command (setup in package.json)
```bash
npm run db:push
```
For Drizzle studio Run```bash
npm run db:studio
```
## Environment VariablesTo run this project, you will need to add the following environment variables to your .env file
`DATABASE_URL=""`
`GOOGLE_CLIENT_ID=""`
`GOOGLE_CLIENT_SECRET=""`
`NEXT_PUBLIC_GET_STREAM_API_KEY=""`
`GET_STREAM_SECRET_KEY=""`
## Run Locally
Clone the project
```bash
git clone https://github.com/Darshit02/codex
```Go to the project directory
```bash
cd my-project
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run dev
```