TheDarkun / Elevators

Fullstack .NET Project for SOČ
0 stars 0 forks source link

Create Database #18

Closed TheDarkun closed 4 months ago

TheDarkun commented 8 months ago

Create Database

Proposal

Let's use Docker to set up our MySQL database. Instead of the default port 3306, we'll bind it to 3307 to prevent conflicts on local machines. Also, we'll store persistent data in dump.sql.

TheDarkun commented 4 months ago

For simplicity, we will be using SQLite instead of MySQL.