README.md can not understand
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.
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.
Thanks @fadysaad66! I’ll take a look at your PR today, really appreciate the contribution!