DEV Community

Discussion on: Building a database and UI for a website were students upload,download and share books

Collapse
 
blake_seipler_9a529405ec1 profile image
Blake Seipler

Really any backend language would work for this. Node, Ruby, PHP, etc. They all can do exactly what you want.

As far as databases, I'd just go with a relational database like MySQL or PostreSQL. You'll probably use an ORM in whatever backend language you choose to interact with the database.

Collapse
 
ezrapierce123 profile image
ezrapierce123

For clarity, you said:
Ruby,Node and PHP will work for the "interactions"
MySQL and PostreSQL will help with building I'd believe the storage setup for the books?
F
Did I get that right?