A simple voting API (express) with simple front-end (reactjs)
- Clone the project:
git clone https://github.com/chingchiu169/simple-voting.git
- Then install the dependencies:
npm run setup
- Run development server:
npm run dev
- API
http://localhost:5000/
- Front-end
http://localhost:3000/
npm run test
npm run buildhtml
Documentation.json
Documentation.docx
Please contribute to the project if you know how to make it better, including this README :)