Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tommymarvel/hello-rails-back-end
https://github.com/tommymarvel/hello-rails-back-end
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tommymarvel/hello-rails-back-end
- Owner: Tommymarvel
- Created: 2023-02-03T16:20:16.000Z (almost 2 years ago)
- Default Branch: Development
- Last Pushed: 2023-02-04T14:55:21.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T04:29:36.559Z (over 1 year ago)
- Language: Ruby
- Size: 566 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Hello rails back-end ](#-hello-rails-back-end-)
- [🛠 Built With ](#-built-with-)
- [Full Stack ](#full-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)> In this project, we are creating a simple api application. For front-end app go to the following PR:
- [Front End App]()
> I am using full stack technologies to build my project.
Client
Server
Database
> Key features of the application.
- *** Show random Greetings ***
> Demo link [Coming soon]
- [Live Demo Link]()
> To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
command:
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
commands:
```sh
cd Folder
git clone [email protected]:Tommymarvel/hello-rails-back-end.git
```
### Install
Install this project with:
command:
```sh
cd Folder
gem install
```
### Usage
To run the project, execute the following command:
command:
```sh
rails s
```
### Run tests
To run tests, run the following command:
command:
```sh
rspec
```
> The collaborators of this project.
👤 **Marvellous Ibironke**
- GitHub: [@Tommy Marvel](https://github.com/Tommymarvel)
- Twitter: [@Tomiwa Ibironke](https://twitter.com/tomiwa_ibironke)
- LinkedIn: [Marvellous Ibironke](https://www.linkedin.com/in/marvellous-ibironke/)
> Features of this project.
- [ ] **User Authentication**
- [ ] **CRUD Operations**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Tommymarvel/hello-rails-back-end/issues).
> If you like this project then you can show your support by giving to this project star.
> Questions for new developers would ask when they decide to use your project.
- **How I can run this project?**
- After cloning repository, run rails s. After that, you will see you will see the homepage of the project.
- **How I can install rails**
- Install the rails by using `gem install rails`.
This project is [MIT](./MIT) licensed.