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).
- MongoDB x4.4.1
- NodeJS x14.4.1
- Copy the .env.example files and fill all fields.
# 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
Jesús Ordosgoitty ( Twitter )