Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)