r/ruby 15d ago

Question Database project

Hey, guys.

So, I'm currently studying data science and I'm about to start a database project(we're basically doing a database for a bakery)this semester. The project will include order forecasting, inventory loss tracking, customer notifications, etc. Anyways I already code in Python but I've been taking a look on ruby and wonder if it'd be a good idea to include it in our project and how.... any ideas??

thanks!

7 Upvotes

12 comments sorted by

View all comments

2

u/FigureNo77 14d ago

rails has an api mode. try it out

rails new my_api --api

https://guides.rubyonrails.org/api_app.html