Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omersidd2705/chat-application-using-typscript-postgres-prisma-and-jwt
https://github.com/omersidd2705/chat-application-using-typscript-postgres-prisma-and-jwt
postgresql prisma reactjs sockteio
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/omersidd2705/chat-application-using-typscript-postgres-prisma-and-jwt
- Owner: Omersidd2705
- Created: 2024-08-19T16:57:17.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-09-03T06:24:39.000Z (2 months ago)
- Last Synced: 2024-10-27T05:25:08.102Z (19 days ago)
- Topics: postgresql, prisma, reactjs, sockteio
- Language: TypeScript
- Homepage:
- Size: 345 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Some Features:
- 🌟 Tech stack: PERN + TypeScript + Socket.io + Prisma + TailwindCSS
- 🎃 Authentication && Authorization with JWT
- 👾 Real-time messaging with Socket.io
- 🚀 Online user status (Socket.io and React Context)
- 👌 Global state management with Zustand
- 🐞 Error handling both on the server and on the client
- 👻 TypeScript Tips and Tricks
- ⭐ At the end Deployment like a pro for FREE!
- ⏳ And much more!# Run Locally
### Setup .env file
```js
DATABASE_URL=...
JWT_SECRET=...
NODE_ENV=...
PORT=...
```### Install dependencies
```shell
npm install
```### Build the app
```shell
npm run build
```### Start the app
```shell
npm start
```### Like and Subscribe 🌟