Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omar-muhamad/hello-rails-back-end
https://github.com/omar-muhamad/hello-rails-back-end
Last synced: about 12 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/omar-muhamad/hello-rails-back-end
- Owner: Omar-Muhamad
- Created: 2022-05-20T02:50:10.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-20T22:58:02.000Z (over 2 years ago)
- Last Synced: 2024-11-09T01:34:10.242Z (about 2 months ago)
- Language: Ruby
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Hello Rails API backendend
> This is a practice project of making site using 2 different repos React app for the front-end and rails for backend.
here is the link to the [frontend react app](https://github.com/Omar-Muhamad/hello-react-front-end).
## Built With :gear:
- Ruby.
- Rails.
- CORS.## Getting Started
To get a local copy up and running follow these simple example steps.
### 1- Prerequisites
You must have `Git`, `npm`, `ruby`, `rails`, and `PostgreSQL` installed in your machine.
### 2- Setup
Run either of the following commands to clone the repository locally:
~~~bash
git clone https://github.com/Omar-Muhamad/hello-rails-back-end
~~~
~~~bash
git clone https://github.com/Omar-Muhamad/hello-react-front-end
~~~
### 3- Install
Run `bundle i` to install all the necessary dependencies.
Run `rails db:reset` to drop, create, migrate, and seed data to the database
### 4- Run live server
Run `rails s` to run the Rails live server.## Author
👤 **Omar Muhammad**
- GitHub: [Omar-Muhamad](https://github.com/Omar-Muhamad)
- Twitter: [@Eng_OmarMuhamad](https://twitter.com/Eng_OmarMuhamad)
- LinkedIn: [@eng-omarmuhammad](https://www.linkedin.com/in/eng-omarmuhammad/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## 📝 LicenseThis project is [MIT](./MIT.md) licensed.