- Docker
- Docker compose
To start the project you will need to enter the following command in the root of the project:
docker-compose up
This will start a PostgreSQL database and a Jupyter Lab with all the dependencies you need to start working with your project (sqalchemy, psycopg2, ipython-sql, pandas..), everything is already setup for you.
Whenever you want to bring down the containers don't forget to docker-compose down
.