An open API service indexing awesome lists of open source software.

https://github.com/marcraphael12/hello-rails-back-end


https://github.com/marcraphael12/hello-rails-back-end

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Install](#install)
- [Usage](#usage)
- [Linters](#linters)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 **Rails Hello World Backend**

**Rails Hello World Backend** serves as a fundamental backend application designed to enable frontend applications to retrieve random messages from its APIs. This straightforward system facilitates seamless communication between the frontend and backend, providing a foundation for more complex interactions.

## 🛠 Built With

See the React Application

### Tech Stack

Client

Server

Database

### Key Features

Uncover the essential features of **Rails Hello World Backend**:

- **Display Random Message from the Server**: Enable seamless retrieval and display of random messages from the server, providing dynamic content for frontend applications.

(back to top)

## 💻 Getting Started

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

### Install

Install this project with:

```sh
bundle install
npm install
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

And to execute this with TailwindCSS:

```sh
./bin/dev
```

### Linters

Use this command to fix **Rubocop Linter** Errors:

```sh
rubocop -A
```

Use this command to fix **Stylelint** Errors:

```sh
npx stylelint "**/*.{css,scss}" --fix
```

## 👥 Authors

👤 **Marc raphael**

- GitHub: [@Marcraphael12](https://github.com/Marcraphael12)
- LinkedIn: [@Marcraphael12](https://www.linkedin.com/in/marc-raphael-essogo-bidzogo)

(back to top)

## 🔭 Future Features

- [ ] **Implement CRUD functionality for Messages**: Develop a comprehensive CRUD (Create, Read, Update, Delete) application, enabling efficient management and manipulation of message data within the system.

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## 🙏 Acknowledgments

I would like to thanks to my family members for supporting me during Microverse, and their team.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)