Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/HashTalmiz/PromptPolls
- Owner: HashTalmiz
- Created: 2023-08-19T12:08:07.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-01T11:39:37.000Z (11 months ago)
- Last Synced: 2024-08-01T22:04:43.854Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 21.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :)