GymBro is a database of a fictitious gymnasium with which to demonstrate the creation of an intermediate level database.
Here are the instructions to get a working copy of this project on your local machine.
What things you need to install software and how to install them
PgAdmin
PostgreSQL
Python3
Psycopg2
A series of step-by-step examples explaining how to run the project.
- Open PgAdmin
- Create a new database
- Open the console client in PgAdmin
- Paste the DDL file inside the console and run it.
- Open the insert_blob.py file and insert your PostgreSQL database password.
- Run the python scripts and the images will insert into the database.
- PostgreSQL - a powerful open-source object-relational database management system (ORDBMS).
- PgAdmin - a database management tool for PostgreSQL.
- Python - a popular, easy-to-learn programming language with versatile applications.
- Sergio Majada - Initial Work - smajada
- David Ramirez - Initial Work - davidzz-code