open-flights icon indicating copy to clipboard operation
open-flights copied to clipboard

README.md can not understand

Open mdazfar2 opened this issue 1 year ago • 2 comments

Problem with run this APP

I cannot run this app on my localhost. Can anyone help me out with how I can run this on my PC or any commands for installation? You must update the correct readme.md file where everyone can understand how to run it.

mdazfar2 avatar Apr 28 '24 03:04 mdazfar2

Hello @mdazfar2
there are prerequisite needs to install before clone the repo in your local linux machine, u need to install 1- Ruby 2- Node.js and npm 3- Yarn 4- Rails gem 5- PostgreSQL as its the database and create username and password for using 6- install git then clone the repo 7- inside the repo file run yarn install and rails webpacker:install 8- use this commands (rails db:create) (rails db:migrate) (bundle exec rails server) 9- now u can test localhost (http://localhost:3000) @zayneio i hope to add this prerequisite to the project readme.

fadysaad66 avatar Aug 05 '25 17:08 fadysaad66

Thanks @fadysaad66! I’ll take a look at your PR today, really appreciate the contribution!

zayneio avatar Aug 27 '25 10:08 zayneio