Skip to content

CPCoders/Poll-API-N

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

POLL-API-N

NodeJS API version of Poll system

Example queries

mutation Mutation
{
    delete_candidate(name:"Prithwiraj",place:"xonari",party:"TMC")
    {
        name
    }
}
mutation Mutation
{
    create_candidate(name:"Prithwiraj",place:"xonari",party:"TMC",votes:"0",age:"19")
    {
        name
    }
}

Status

Repository status(badge):

All Contributors Version

Getting started

  • Fork the repository.
  • Clone it to your machine.

Code of Conduct

We really appreciate the keen interest and the overall work culture we create by working together as a team with various unique experiences and minds culminated into a single project. This is only possible if we respect each other.

Kindly go through our Code of Conduct to take a moment and familiarise with the spirit of opensource.

Contributing Guide

If you're have worked on the front-end part make PR to the front-end branch and same goes for the back-end too.

PR rules:

  • Kindly follow the Pull Request template provided.

For more details kindly go through our Contributing Guidelines.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


prskid1000

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

About

NodeJS API version of Poll system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •