https://github.com/marcraphael12/hello-rails-back-end
https://github.com/marcraphael12/hello-rails-back-end
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcraphael12/hello-rails-back-end
- Owner: Marcraphael12
- License: mit
- Created: 2023-12-16T22:18:49.000Z (over 2 years ago)
- Default Branch: rails-api
- Last Pushed: 2023-12-16T23:06:30.000Z (over 2 years ago)
- Last Synced: 2025-02-07T23:52:11.441Z (over 1 year ago)
- Language: Ruby
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
Client
Server
Database
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.
To get a local copy up and running, follow these steps.
Install this project with:
```sh
bundle install
npm install
```
To run the project, execute the following command:
```sh
rails server
```
And to execute this with TailwindCSS:
```sh
./bin/dev
```
Use this command to fix **Rubocop Linter** Errors:
```sh
rubocop -A
```
Use this command to fix **Stylelint** Errors:
```sh
npx stylelint "**/*.{css,scss}" --fix
```
👤 **Marc raphael**
- GitHub: [@Marcraphael12](https://github.com/Marcraphael12)
- LinkedIn: [@Marcraphael12](https://www.linkedin.com/in/marc-raphael-essogo-bidzogo)
- [ ] **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.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
I would like to thanks to my family members for supporting me during Microverse, and their team.
This project is [MIT](./LICENSE) licensed.