Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)