8000 GitHub - adamclance/votery: A simple voting platform written in nodeJS.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

adamclance/votery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Instructions

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

About

A simple voting platform written in nodeJS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0