-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2d21f94
commit 6a3f56f
Showing
2 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` | ||
|
||
[](https://www.linkedin.com/in/saranshdawra/) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.