https://github.com/strangeal/hello-react-front-end
https://github.com/strangeal/hello-react-front-end
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/strangeal/hello-react-front-end
- Owner: Strangeal
- License: mit
- Created: 2023-02-20T19:55:58.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-20T23:39:28.000Z (over 2 years ago)
- Last Synced: 2025-02-04T12:51:27.333Z (4 months ago)
- Language: HTML
- Size: 326 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run Test](#run-tests)
- [Run Linters](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)> Hello rails front-end is a project I built as a practical start for learning how to create a separate frontend to consume an api endpoint i created using Ruby on rails.
**[Hello rails front-end]** is a front-end app
> Hello rails front-end is a backend api only rails project
Client
Server
Database
> We can do CRUD operations on following things:
- **Api Endpoint**
> Add a link to your deployed project.
- [Comming Soon 🎈]()
> In order to start with this project do as follows :
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
`gem install rails`
### Setup
Clone this repository to your desired folder:
`git clone [email protected]:Strangeal/hello-rails-react.git`
then
`cd hello-rails-react`
### Install
Install this project with:
`bundle install`
### Usage
`rails s`
### Run Test
To run app test. run the following commad:
`rspec`
### Run Linters
To run tests, run the following command:
`rubocop`
OR
`rubocop -a`
**it will automatically correct the errors**
### Api-Endpoint-Testing
👨💻 **Justice Bajeri**
- GitHub: [Link to Github Profile](https://github.com/Strangeal)
- Twitter: [Link to Twitter Profile](https://twitter.com/Str_angeal)
- LinkedIn: [Link to LinkedIn Profile](https://www.linkedin.com/in/justice-bajeri-0b7211243/)
> In upcoming weeks I will add some features as mentioned below
- [ ] **Authentication and Authorization**
- [ ] **API & Documentation**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project then please give a ⭐️ and also share your feedback using github_issues.
❤️ [RoR Documentation](https://guides.rubyonrails.org)
This project is [MIT](./LICENSE) licensed.