https://github.com/thutasann/nest-ranker
nestjs react realtime poll & voting fullstack app
https://github.com/thutasann/nest-ranker
nestjs react redis socket-io valtio
Last synced: 3 months ago
JSON representation
nestjs react realtime poll & voting fullstack app
- Host: GitHub
- URL: https://github.com/thutasann/nest-ranker
- Owner: thutasann
- Created: 2023-08-04T03:20:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-10T02:11:35.000Z (almost 2 years ago)
- Last Synced: 2025-01-06T15:48:13.166Z (5 months ago)
- Topics: nestjs, react, redis, socket-io, valtio
- Language: TypeScript
- Homepage:
- Size: 3.32 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NEST REACT RANKER APP 🔢
This is the Web app where we can vote upon the topics in real time with your Friends.
## Tech stacks
- Nestjs
- Vite (react)
- Socketio
- Redis
- Docker
- Tailwind
- Valtio## Run Locally
### Available scripts
```bash
npm install
```### Running both client and server
```bash
npm run start
```### Server
open [http://localhost:3000/](http://localhost:3000/) to view server running in the postman.
### Client
open [http://localhost:8080/](http://localhost:8080/) to view client running in the browser.
## Screens
### Welcome Screen

### Forms Screen

### Lobby Screen

### Nomination Screen

### Voting Screen
