Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riyabulia12/hello-world-backend
https://github.com/riyabulia12/hello-world-backend
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/riyabulia12/hello-world-backend
- Owner: RiyaBulia12
- Created: 2023-01-20T12:39:59.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-23T09:12:47.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T13:36:58.777Z (20 days ago)
- Language: Ruby
- Size: 582 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [Frontend](#frontend)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)> This project provides the endpoint to generate random greeting messages which in turn can be used by any Frontend application
## FrontEnd
- [Hello World Frontend Link](https://github.com/RiyaBulia12/Hello-World-Frontend)Client
Server
Database
- **Generate Random Messages**
- Not available
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
```sh
git clone [email protected]:RiyaBulia12/Hello-World-Backend.git
cd Hello-World-Backend
```
### Install
Install this project with:
```sh
bundle install
rails db:drop db:create db:migrate db:seed
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
👤 **Riya Bulia**
- GitHub: [@RiyaBulia12](https://github.com/RiyaBulia12)
- LinkedIn: [Riya-Bulia](https://linkedin.com/in/riya-bulia)
- [ ] **Add Security Layer for the Endpoint**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project give as a star! ⭐️
- [Microverse](https://github.com/microverseinc/curriculum-rails/blob/main/connect-frontend-frameworks/hello_world_two_apps.md)
This project is [MIT](./MIT.md) licensed.