54m1r / bus-route-planner

0 stars 0 forks source link

Missing source data #1

Open Gummibeer opened 1 year ago

Gummibeer commented 1 year ago

Hey @54m1r , I've checked your source code - but can't find any information on how/where to retrieve the stations and routes data!? 🤔 Do you have any database dump or JSON, CSV whatever that could help me with that? Or is there no general data and it's up to the user to create their own bus routes and add all the data to the database?

54m1r commented 1 year ago

Hey @Gummibeer, I am glad that you are interested in the project. There is a route, in the web.php file (https://github.com/54m1r/bus-route-planner/blob/master/routes/web.php#L331) that creates the initial data. But I have no idea, if the code still runs :) Let me know how it goes.