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
- Host: GitHub
- URL: https://github.com/jodaz/votes
- Owner: jodaz
- License: mit
- Created: 2020-10-24T21:16:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T15:01:16.000Z (over 2 years ago)
- Last Synced: 2025-01-13T06:06:43.013Z (over 1 year ago)
- Topics: c1a, voting-application
- Language: JavaScript
- Homepage: http://circuitouno.somoscarupano.com.ve
- Size: 516 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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_) )