This is a basic greeting app which has been built with rails as backend and react as frontend.
- Ruby on Rails
- Postgresql
- React
To setup and install this sample AlFa Blog project, follow the below steps:
-
Clone this project by the command:
git clone https://github.com/aliatayee/hello-rails-react
-
Then switch to the project folder by the bellow query:
cd hello-rails-react
-
Install the required dependecies with:
bundle install
-
Install npm dependencies with:
yarn install
-
Before running below commands update config/database.yml with your local
DB
credentials. Then run:rake db:create
rake db:migrate
rake db:seed
-
With Ruby on Rails and PostgreSQL installed in your environment, you can run
rails server
to run the website.
- IDE to edit and run the code (We use Visual Studio Code 🔥).
- Git to versionning your work.
- Postgresql
- Node installed
👤 Ali
- GitHub: @aliatayee
- Twitter: @aqaatayee
- LinkedIn: @aliatayee
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc