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.
- Host: GitHub
- URL: https://github.com/angelozdev/voting-app-backend
- Owner: angelozdev
- License: mit
- Created: 2021-02-21T00:40:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-21T21:20:40.000Z (over 5 years ago)
- Last Synced: 2025-10-20T08:35:23.515Z (7 months ago)
- Topics: apollo-server, graphql, typescript
- Language: TypeScript
- Homepage: https://voting-app-angelozdev.vercel.app/
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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