Skip to content

Commit

Permalink
Readme added
Browse files Browse the repository at this point in the history
  • Loading branch information
SaranshDawra committed Jan 12, 2021
1 parent 2d21f94 commit 6a3f56f
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<img src="./images/Banner.png" width="100%">

# Poll Booth
Poll Booth is a free live polling tool for engaging audience of all size. Capture powerful feedback instantly during virtual meetings, classes, events, and more.


## Live
<pre><a href="https://pollbooth.herokuapp.com/">https://pollbooth.herokuapp.com/</a></pre>

## Set up

##### Clone the repository

```bash
git clone https://github.com/SaranshDawra/Live-Polling.git
```

##### Move to the desired folder

```bash
cd Live-Polling
```

##### Set Environment Variables

* Create a `.env` file and add the following

```bash
MONGODB_URI=Your MongoDB URL
```

##### Install Dependencies

```bash
npm install
cd client
npm install
```

##### Run

```bash
# Run frontend (:3000) & backend (:5000)
npm run dev

# Run frontend
npm run client

# Run backend
npm run server
```

[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://www.linkedin.com/in/saranshdawra/)
Binary file added images/Banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6a3f56f

Please sign in to comment.