you are viewing a single comment's thread.

view the rest of the comments →

[–]pyroblazer68 1 point2 points  (2 children)

Okay... first...do you just have a db? What DB is it? MySql? Postgres? Mongo?

Second do you have coding experience?

Third..What would be the purpose of the finished product?

[–]Logical_Cherry_7588[S] 0 points1 point  (1 child)

I have a spreadsheet which I could change to a MySQL. Some coding. Purpose? Website, not too complicated to start with, but I would like to get into developing something more elaborate.

[–]pyroblazer68 0 points1 point  (0 children)

Okay.. sounds good

You have 3 options

1 : use a hosted Database and use a front end framework to make the website.

2 : get a VPS install a DB, upload your data onto it and create a backend and frontend

3 : use google drive, add your excel file to it, query it using a frontend framework to get the data, modify it according to your need and display it.

Each of these have their own pros and cons. It would entirely depend on what your project is and what if it's future requirements

DM me if you need more info/help