/polls

Polling API, similar to what we see on social networks, where users can create polls with various options and other users can vote, tallying up in a ranking what has been voted. 🗳️

Primary LanguageTypeScript

Polls 🗳️

Polling API, similar to what we see on social networks, where users can create polls with various options and other users can vote, tallying up in a ranking what has been voted.

Table of Contents
  1. About The Project
  2. Getting Started

About The Project

API developed with Node.js, Fastify and Prisma. 🤖

Built With

This project was developed using the following technologies:

  • Node

Getting Started

Prerequisites for installing and running the application locally.

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/andrewgerez/polls.git
  2. Install NPM packages
    npm install
  3. Setup container
    docker-compose up -d
    
  4. Run the local server
    npm run dev
    

Contact

Andrew Gerez - Linkedin - andrewgerez18@gmail.com

Project Link: https://github.com/andrewgerez/polls