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

https://github.com/angelozdev/voting-app-backend

With Voting-App you can vote for the candidate you prefer.
https://github.com/angelozdev/voting-app-backend

apollo-server graphql typescript

Last synced: about 1 month ago
JSON representation

With Voting-App you can vote for the candidate you prefer.

Awesome Lists containing this project

README

          

# Voting App (BACKEND)

_With Voting-App you can vote for the candidate you prefer._

## Starting

_You can clone this repository to have the project local:_

```bash
git clone https://github.com/angelozdev/voting-app-backend.git
```

_Install the necessary dependencies in the root of the project._

```bash
npm install
```

_Run the following command to start the project in development mode:_

```bash
npm run dev
```

## Deploy

_You can see the project in production [Voting App](https://voting-app-angelozdev.vercel.app/)_

## Built with

_Technologies used in the backend:_

- **Graphql**
- **Apollo Server**
- **Mongoose**
- **Type Graphql**
- **TypeScript**

## License

This project is under the License (MIT) - see the file [LICENSE.md](LICENSE.md) for details