Ciezo / inkdown

An in-browser note editor application built with HTML, JS, CSS, and PHP with MySQL database
https://inkdown-editor-85260732e1ff.herokuapp.com/
MIT License
0 stars 0 forks source link

No database File #1

Open spedatox opened 3 months ago

spedatox commented 3 months ago

Hi friend,

I gotta say, you really cooked with this Inkdown Project. I really like it and want to use it but since there isn't any database file I'm really having a hard time recreating the database by reading all the codes and redesigning it. If you can provide a .sql file that would be awesome.

Ciezo commented 3 months ago

Hello!

I am glad you found this project impactful! I had a lot of fun developing this. For the database, I am using MySQL, and here are the database files which are required to create tables (entities) in representing objects and user interactions.

I recently pushed a commit which includes a schema.sql that can be found in this commit 6f80c71d9c1b7ab00ce0fce1f0f58af0b19dbe96

Thank you so much!

Have a blessed day my friend! 😊

Ciezo commented 3 months ago

Just a heads up. Here are the entities (tables) found in the schema.

spedatox commented 3 months ago

Thank you so much man!!!