Skip to content

jeuub/VoteApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voting application on MERN stack

Installing

First, you need to create dotenv file in server directory that consists

    PORT=...(The port on which you run the server, exmple 8000)

    DATABASE=...(Link to the Mongo database)

    SECRET=...(Your secret key for jwt)

Running

Then you can run this commands to run server

    cd server
    npm install
    npm run start

and this commands to run client(dev)

    cd client
    npm run start

Building client

    cd client
    npm run build

About

application for online voting created on mern stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors