An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# chat

## Sign Up
Screenshot 2023-10-26 at 11 45 52 AM

## Sign In
Screenshot 2023-10-26 at 11 50 48 AM

## Chat
Screenshot 2023-10-26 at 11 50 12 AM

## 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.