Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/txstate-etc/voting-app
https://github.com/txstate-etc/voting-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/txstate-etc/voting-app
- Owner: txstate-etc
- Created: 2016-07-19T14:50:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T02:16:15.000Z (almost 8 years ago)
- Last Synced: 2024-11-08T14:48:24.315Z (3 months ago)
- Language: JavaScript
- Size: 591 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# voting-app
---
## Installing and Running
---
Make sure you are in the `voting-app` directory.
```sh
# Install Node Modules
npm install# Start the Server
npm start# Start the Server in development mode
npm run dev# Run API tests
npm test
```> The server will be available at localhost:3000