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

https://github.com/jodaz/votes

Vote Traking application
https://github.com/jodaz/votes

c1a voting-application

Last synced: 21 days ago
JSON representation

Vote Traking application

Awesome Lists containing this project

README

          

# C1A - CircuitoUnoApp

C1A (CircuitoUnoApp) is a web application built as a PWA, which goal is to record and track the flow of voters in the Circuit One of the Sucre State during the [venezuelan parlamentary elections (2020)](https://en.m.wikipedia.org/wiki/2020_Venezuelan_parliamentary_election).

## Getting started

## Requirements
* MongoDB x4.4.1
* NodeJS x14.4.1

### Prerequisites

* Copy the .env.example files and fill all fields.

### Installation

```
# Clone the repository
git clone https://github.com/jesuodz/contacts.git

# Cd and install dependencies for server
cd contacts && npm install

# Cd and instlal dependencies for client
cd client && npm install

# Run both client and server
npm run dev

# Run server only
npm run server

# Run client only
npm run client
```

By default, server runs on `http://localhost:4000` and client runs on `http://localhost:3000`

## Author
Jesús Ordosgoitty ( [Twitter](https://twitter.com/jodaz_) )