Skip to content

Commit c7b41c5

Browse files
authored
Add files via upload
1 parent 1de9d82 commit c7b41c5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+8344
-4112
lines changed

COMMIT_EDITMSG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
f

FETCH_HEAD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1de9d82a65ccda5f15c3e4ce8db8ae324f1b1bda branch 'main' of https://github.com/alecorodri/structbd

HEAD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ref: refs/heads/main

MERGE_HEAD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1de9d82a65ccda5f15c3e4ce8db8ae324f1b1bda

README.md

Lines changed: 42 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,42 @@
1-
# Proceso Electoral 📊
2-
3-
_Este proyecto permite gestionar el proceso electral de los municipios_
4-
_Proyecto de Base de Datos de los estudiantes Alejandro Lopez Rodriguez y Carlos Daniel Tellez Perez_
5-
6-
7-
## Comenzando 🚀
8-
* DB ✅
9-
* Conexiones ✅
10-
* Interfaz ✅
11-
12-
13-
14-
## Construido con 🛠️
15-
16-
* Base de Datos - PostgresSQL
17-
* Interfaz - JavaSwin
18-
* Code - Java
19-
20-
21-
## Autores ✒️
22-
23-
24-
* Alejandro Lopez Rodriguez - *Desarrollo y Diseño* - [alecorodri](https://github.com/alecorodri)
25-
* Carlos Daniel Tellez Perez - *Desarrollo y Diseño* - [carlosdtellez](https://github.com/carlosdtellez)
26-
27-
Contribuyentes [contribuyentes](https://github.com/alecorodri/structbd/contributors)
28-
29-
30-
31-
32-
33-
1+
# Proceso Electoral 📊
2+
3+
_Este proyecto permite gestionar el proceso electral de los municipios_
4+
_Proyecto de Base de Datos de los estudiantes Alejandro Lopez Rodriguez y Carlos Daniel Tellez Perez_
5+
_Facultad de Ingenieria Informatica, CUJAE_
6+
7+
8+
## Comenzando 🚀
9+
* DB ✅
10+
* Conexiones ✅
11+
* Interfaz ✅
12+
13+
14+
## Deploy
15+
* Cargar en PostgreSQL backup que se encuentra en src/backup/ElectoralProcess.backup
16+
* Ejecutar Login.java
17+
* Establecer la conexion con la BD en la pantalla de Conexion Manual
18+
19+
20+
## Construido con 🛠️
21+
* Base de Datos - PostgresSQL
22+
<<<<<<< HEAD
23+
* Interfaz - JavaSwing
24+
=======
25+
* Interfaz - JavaSwin
26+
>>>>>>> 1de9d82a65ccda5f15c3e4ce8db8ae324f1b1bda
27+
* Code - Java
28+
29+
30+
## Autores ✒️
31+
32+
33+
* Alejandro Lopez Rodriguez - *Desarrollo y Diseño* - [alecorodri](https://github.com/alecorodri)
34+
* Carlos Daniel Tellez Perez - *Desarrollo y Diseño* - [carlosdtellez](https://github.com/carlosdtellez)
35+
36+
Contribuyentes [contribuyentes](https://github.com/alecorodri/structbd/contributors)
37+
38+
39+
40+
41+
42+

backup_DB/ElectoralProcess.backup

49.3 KB
Binary file not shown.

config

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[core]
2+
repositoryformatversion = 0
3+
filemode = false
4+
bare = false
5+
logallrefupdates = true
6+
symlinks = false
7+
ignorecase = true
8+
[remote "origin"]
9+
url = https://github.com/alecorodri/structbd.git
10+
fetch = +refs/heads/*:refs/remotes/origin/*
11+
[gui]
12+
wmstate = normal
13+
geometry = 893x435+130+130 175 196
14+
[branch "main"]
15+
remote = origin
16+
merge = refs/heads/main

description

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Unnamed repository; edit this file 'description' to name the repository.

index

40.7 KB
Binary file not shown.

lib/jcalendar.jar

119 KB
Binary file not shown.

0 commit comments

Comments
 (0)