Skip to content

anishVermaIsHere/touchpoll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Touchpoll

Polling App in MERN

To run this app follow these steps:

  1. Download this code as zip or clone by command
git clone https://github.com/anishVermaIsHere/touchpoll.git

in terminal and open visual studio code with terminal and run command

npm install
  1. Then create .env file into your app/project folder not in src which you created, open the .env file and create these variables in the file
REACT_APP_BASEURL=<YOUR_APP_BASEURL or 'https://touchpoll-api.onrender.com'>
REACT_APP_DOMAIN=<YOUR_APP_DOMAIN>
REACT_APP_NAME='Touchpoll'
REACT_APP_DEFAULT_EMAIL=<YOUR_DEFAULT_EMAIL>
REACT_APP_DEFAULT_PASSWORD=<YOUR_DEFAULT_PASSWORD>

and save it.

  1. After the installation of all dependencies and environment setup. Now, you have to run last command
npm start
  1. Now your app will start successfully.

Some screenshots of the app

1

2

2

3

1