https://github.com/trast00/rails-api
This is a project build for learning purpose. The goal is to use react redux on the front end and rails on the backend. The project is two simple hello world app separated and communicated via api end point.
https://github.com/trast00/rails-api
Last synced: about 2 months ago
JSON representation
This is a project build for learning purpose. The goal is to use react redux on the front end and rails on the backend. The project is two simple hello world app separated and communicated via api end point.
- Host: GitHub
- URL: https://github.com/trast00/rails-api
- Owner: Trast00
- License: mit
- Created: 2023-05-09T14:57:25.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-05-09T17:32:53.000Z (about 2 years ago)
- Last Synced: 2025-01-27T10:09:36.793Z (4 months ago)
- Language: Ruby
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [Rail-React-Hello](#rail-react-hello)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)# Rail-React-Hello
This is a project build for learning purpose. The goal is to use react redux on the front end and rails on the backend. The project is two simple hello world app separated and communicated via api end point.[linked front-end project](https://github.com/Trast00/React-api-rail)
Server
Database
- **Full stack app: Ruby On Rail Api Only**
- **Display simple page with routing**
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
cd my-folder
git clone https://github.com/Trast00/Rails-Api.git
```
### Install
Install this project with:
```sh
cd my-project
bundle install
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
👤 **Dicko Allasane**
- GitHub: [@githubhandle](https://github.com/Trast00)
- Twitter: [@twitterhandle](https://twitter.com/AllassaneDicko0/)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/allassane-dicko-744aaa224)
- [ ] **Create apiv1 with more end-point**
- [ ] **use OAuth**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Trast00/Rails-Api/issues).
If you like this project, please leave a start to support
## 🙏 Acknowledgments
I would like to thank to thank microverse for this great learning experience !
This project is [MIT](./LICENSE) licensed.