Database Playground is an online platform for learning different databases. You can go to the playground and start learning right away without installing anything. We have pre-made templates with different scenaries with support of PostgreSQL and MongoDB. In the future we will add classrooms and assignments, as well as support for SQLite and MySQL.
Goal of the project is to provide a easy to use platform for education in the field of databases.
$ git clone https://github.com/Delta-Software-Innopolis/Database-Playground
$ cd Database-Playground
.env
and db.sqlite3
, you can take sample data from the deploy
directory:$ cp deploy/db.sqlite backend/core/db.sqlite3
$ cp deploy/.env.sample .env
$ cd frontend-37
$ npm install
Docker Compose
(Install it here):$ docker compose up --build