Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belmeetmule/hello-rails-back-end
https://github.com/belmeetmule/hello-rails-back-end
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/belmeetmule/hello-rails-back-end
- Owner: belmeetmule
- Created: 2023-05-04T14:53:10.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-05-11T08:44:43.000Z (over 1 year ago)
- Last Synced: 2024-10-03T12:29:38.986Z (3 months ago)
- Language: Ruby
- Size: 46.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)**Hello React Backend** is a practice project that serves as a backend for the Hello React Front End. These two projects are part of a single project that is a fullstack random message web app.
Client
Server
- Rails
Database
- **API to retrive random greeting message**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
`Git`, `postgres` and `Ruby`
```
gem install rails
```
### Install
Install this project with:
```sh
bundle install
```
```sh
npm install
```
Create Database (Mandatory)
```
rails db:create
```
If you have made a migration then run this command
```
rails db:migrate
```
```
rails db:seed
```
### Usage
To run the project, execute the following command:
```sh
./bin/dev # for building css, and webpack, and rails server
```
Or
```sh
rails server or rails s # after build
```
👤 **Mulugeta M.**
- GitHub: [@belmeetmule](https://github.com/belmeetmule)
- Twitter: [@belmeetmule](https://twitter.com/belmeetmule)
- LinkedIn: [belmeetmule](https://linkedin.com/in/belmeetmule)
- [ ] **[Random greeting message]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Give a ⭐️ if you like this project!
I would like to thank:
- [Microverse](https://www.microverse.org/)
- Code Reviewers
This project is [MIT](./LICENSE) licensed.