Online voting system prototype app
Developed using HTML / CSS / Javascript / Node.js
This project was undertaken as a group assignment for the Software Engineering COMP S350F at HKMU as Group 31.
s1351498 Leung Wai Chung
s1365362 Tong Sum Long
s1271036 Chan Wing Tung
s1350679 Tang Yu Hin
s1350669 Wong Ho Shun Sang
s1315641 Yeung Chak Ming
s1350671 Chow Cheuk Wai
s1313464 Tsoi Hoi Ting
s1302416 Wu Yu Hei
- Computer with modern OS (macOS / Linux / Windows)
- Node.js installed and configured
- A web browser
- Some knowledge in command line
- git installed
- Unsplash API Access key (Optional)
- High network bandwidth (If you want to host your own)
- An IDE
For computers that do not have Node.js installed, you can install here
For computers that do not have git installed, install here
-
To set up, clone the repository to your computer using git
git clone https://github.com/Chung1045/vibe_proto.git -
Open the cloned folder in command line and install all required dependencies
npm i // Or you can use npm install -
(Optional) Fill in your Unsplash API key in the field
UNSPLASH_API_KEY, either in the ".env" file or in the configuration settings. -
Run the application
npm start