Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/HashTalmiz/PromptPolls

A full stack app that allows you to create Polls without signing up and vote in them, but does not allow duplicate votes.
https://github.com/HashTalmiz/PromptPolls

Last synced: 4 days ago
JSON representation

A full stack app that allows you to create Polls without signing up and vote in them, but does not allow duplicate votes.

Awesome Lists containing this project

README

        

# Prompt Polls

A web service that allows you to create Polls and vote in them anonymously without signing up, and does not allow duplicate voting.

![Landing Page](./public/LandingPage.png)
___
![Poll Page](./public/CreatePoll.png)
___
![Poll Page](./public/PollPostVote.png)

## Tech Stack
- Typescript
- NodeJS
- Express
- WebSockets (Socket.io)
- Prisma (ORM)
- Redis
- Postgres
- React and NextJS
- Tailwind
- Chai (for Testing)
- Docker

## Steps to run locally
Go into `/backend/.sample_env` and change the file name to `.env`. This is to ensure the backend recieves the right URLs and credentials to connect to the Postgres and Redis DBs
\
\
From the root of the project, run the following command
```
docker-compose up -d
```

## System Design Overview
Coming soon :)