Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-10T02:11:35.000Z (over 1 year ago)
- Last Synced: 2024-11-10T04:37:53.341Z (3 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
![Welcome](/examples/demo/welcome.png)
### Forms Screen
![Forms](/examples/demo/forms.png)
### Lobby Screen
![Forms](/examples/demo/lobby.png)
### Nomination Screen
![Forms](/examples/demo/nomination.png)
### Voting Screen
![Voting](/examples/demo/voting.png)