https://github.com/ab-noori/hello-react-frontend
This project involves creating a Rails API app, setting up a PostgreSQL database to store five different greeting messages, and implementing an API endpoint to retrieve a random greeting from the database.
https://github.com/ab-noori/hello-react-frontend
Last synced: 8 months ago
JSON representation
This project involves creating a Rails API app, setting up a PostgreSQL database to store five different greeting messages, and implementing an API endpoint to retrieve a random greeting from the database.
- Host: GitHub
- URL: https://github.com/ab-noori/hello-react-frontend
- Owner: ab-noori
- License: mit
- Created: 2023-09-28T10:48:48.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-10-13T18:40:25.000Z (almost 2 years ago)
- Last Synced: 2025-01-31T22:41:24.293Z (8 months ago)
- Language: JavaScript
- Size: 419 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

> # Hello React Frontend
| Project Login Page |
|---------------------------------------|
||# 📗 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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)> **[Hello-React-Frontend]** This project involves creating a Rails API app, setting up a PostgreSQL database to store five different greeting messages, and implementing an API endpoint to retrieve a random greeting from the database.
## 🛠 Built WithClient
Server
Database
- **[Ritreiving data from rails API endpoint]**
- **[Using react redux toolkit to handling request to API]**
- **[Displaying data on the webpage using react component]**
## 🔗 Back End Link
> _My [Hello Rails Backend](https://github.com/ab-noori/Hello-Rails-Backend) code is stored in a separate repository and is built using ruby on rails. The backend is responsible for processing data and handling API requests from the front end. To access our backend code, please click [here](https://github.com/ab-noori/Hello-Rails-Backend)._
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- [Ruby on Rails](https://rubyonrails.org/) installed and running. To get more information, read the [installation guide](https://guides.rubyonrails.org/).
- [PostgreSQL](https://www.postgresql.org/) installed and running
##
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
https://github.com/ab-noori/Hello-React-Frontend.git
```
### Install
Install this project with:
```sh
cd EduPlanner-Frontend
npm install
```
### Usage
To run the project, execute the following command:
```sh
npm start
```
### Run tests
To run tests, run the following command:
```sh
npm test
```
👤 **Abdul Ali Noori**
- GitHub: [@ab-noori](https://github.com/ab-noori)
- Twitter: [@AbdulAliNoori4](https://twitter.com/AbdulAliNoori4)
- LinkedIn: [abdulali-noori](https://www.linkedin.com/in/abdulali-noori)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ab-noori/Hello-React-Frontend/issues/new).
If you like this project, give it a star.
I would like to thank Microverse and my coding partners.
This project is [MIT](./LICENSE) licensed.