Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eseku/engineering-voting
HTTP Restful Services for a voting application
https://github.com/eseku/engineering-voting
cors es6 express javascript mongodb mongoosejs node npm validatorjs
Last synced: 28 days ago
JSON representation
HTTP Restful Services for a voting application
- Host: GitHub
- URL: https://github.com/eseku/engineering-voting
- Owner: eseku
- Created: 2019-09-02T20:06:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T13:19:12.000Z (almost 2 years ago)
- Last Synced: 2024-09-28T20:41:18.367Z (about 1 month ago)
- Topics: cors, es6, express, javascript, mongodb, mongoosejs, node, npm, validatorjs
- Language: JavaScript
- Homepage:
- Size: 207 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Engineering-Voting
HTTP Restful Services for a voting system.
## Installation
Use the package manager [npm](https://www.npmjs.com/get-npm)
```bash
- Run npm install
- Start your local Mongodb Server
- Run npm install nodemon@latest --save-dev```
## Usage
```node
npm run dev
```## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)