Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorgecj/fighters-voting-database
This is a database for voting the best fighters using PostgreSQL.
https://github.com/jorgecj/fighters-voting-database
postgresql
Last synced: about 8 hours ago
JSON representation
This is a database for voting the best fighters using PostgreSQL.
- Host: GitHub
- URL: https://github.com/jorgecj/fighters-voting-database
- Owner: JorgeCJ
- Created: 2023-07-25T21:41:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-25T22:06:02.000Z (over 1 year ago)
- Last Synced: 2023-07-25T23:22:37.312Z (over 1 year ago)
- Topics: postgresql
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fighters-Voting-Database
![image](https://github.com/JorgeCJ/Fighters-Voting-Database/assets/127647774/370db28a-5461-41c9-8969-330003ea7676)
This is a database for voting the best fighters using PostgreSQL.You can choose the best male and the female fighter. Each user must choose only one from each category. Let's start by looking at the "VoteMale" and "VoteFemale" tables. The "likes" field, present in both tables, serves to store the like value. If a certain fighter receives a like, the value will be 1. Otherwise, it will be 0. The "liked" field, also present in each of these two tables, is a boolean and serves to keep the fighter as true if it is clicked once, and false if it is clicked again.
## Technologies used:
- [PostgreSQL](https://www.postgresql.org/)