https://github.com/mhmdsami/chat
A chat app built with bun, elysia, drizzle-orm, postgres, remix, shadcn/ui and more! Crafted with annoyance <3 Well this is my Computer Networks project.
https://github.com/mhmdsami/chat
Last synced: about 1 year ago
JSON representation
A chat app built with bun, elysia, drizzle-orm, postgres, remix, shadcn/ui and more! Crafted with annoyance <3 Well this is my Computer Networks project.
- Host: GitHub
- URL: https://github.com/mhmdsami/chat
- Owner: mhmdsami
- Created: 2023-10-24T15:56:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T07:35:30.000Z (over 2 years ago)
- Last Synced: 2023-10-28T08:25:38.029Z (over 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - mhmdsami/chat - A chat app built with bun, elysia, drizzle-orm, postgres, remix, shadcn/ui and more! Crafted with annoyance <3 Well this is my Computer Networks project. (TypeScript)
- awesome-shadcnui - Github
README
# chat
## Sign Up

## Sign In

## Chat

## Sign Up
## Setup & Run
### Server
- Install the dependencies
```bash
bun install
```
- Create a `.env` file in the root directory (see `.env.example` for an example)
- Run the migrations
```bash
bun db:migrate
```
- Start the development server
```bash
bun dev
```
### Client
- Install the dependencies
```bash
pnpm install
```
- Start the development server
```bash
pnpm dev
```
Open http://localhost:3000/ with your browser to see the result.