A simple voting app written in nodejs.
**This applicaiton was made to showcase my skillset to potential future employers since most of the development in my career has been in private and proprietary applications. It is in no way a complete product but functional as an example and works as such.
To in 6046 stall this example on your computer, clone the repository and install dependencies. Make sure you are running node version 8 or greater.
This app uses yarn which you can find here: https://yarnpkg.com/lang/en/docs/install/
$ git clone https://github.com/adamclance/votery.git
$ cd votery
$ yarn
Start the server.
$ yarn start
Start the server in dev mode. This will watch your files and automatically create your bundles on file change.
$ yarn dev
Open a web browser and navigate to http://localhost:3000/
Default test user credentials:
Username: test Password: test
Default admin credentials:
Username: admin Password: adminpass