Skip to content

AbdelazizSoliman/hello_rails_backend

Repository files navigation

hello_rails_backend

📗 Table of Contents

📖 hello_rails_backend

[hello_rails_backend] is a rail app designed to create api endpoint to be consumed by hello_react_frontend to display greetings.

🛠 Built With

Tech Stack

This app is created using:

  • Ruby on Rails
  • Postgres
Client Side / Front-End
Server Side / Back-End

Key Features

  • [Creating API endpoints with rails]

(back to top)

💻 Getting Started

Prerequisites

To get a local copy up and running, follow these steps.

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/AbdelazizSoliman/hello_rails_backend.git

Install

Install this project with:

  • Ruby environment installed
  • Rails version >=7.0 installed
  • Postgres database installed
  • Run sudo bundle install to install all the required dependencies.

Usage

To run the project:

create the database by running the following command:

rake db:create

Seed the database with the following command:

rake db:seed

Start the server by running the following command:

./bin/dev

Bundles the app into static files for production:

npm run build

(back to top)

👥 Authors

👤 Abdelaziz Soliman

🔭 Future Features

  • [Interactive Design]

(back to top)

🤝 Contributing

Contributions, issues, as well as feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, give it a⭐️!

(back to top)

🙏 Acknowledgments

  • Thanks to all Microverse community

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published