Skip to content

aliatayee/hello-rails-back-end

Repository files navigation

Hello Rails React

This is a basic greeting app which has been built with rails as backend and react as frontend.

Major Technologies

  • Ruby on Rails
  • Postgresql

Frontend Repo Link

React Repo

Install & Setup

To setup and install this sample project, follow the below steps:

  • Clone this project by the command:

    git clone https://github.com/aliatayee/hello-rails-back-end
    
  • Then switch to the project folder by the bellow query:

    cd hello-rails-back-end
    
  • Install the required dependecies with:

    bundle install
    
  • Before running below commands update config/database.yml with your local DBcredentials. 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.

Prerequisites

  • IDE to edit and run the code (We use Visual Studio Code 🔥).
  • Git to versionning your work.
  • Postgresql
  • Node installed

Authors

👤 Ali

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

About

This is a basic greeting backend endpoint app which has been built with rails.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published