Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gardimy/blogapp
https://github.com/gardimy/blogapp
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gardimy/blogapp
- Owner: Gardimy
- License: mit
- Created: 2023-08-31T10:31:50.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-11-10T18:44:14.000Z (about 1 year ago)
- Last Synced: 2024-05-17T15:25:25.827Z (6 months ago)
- Language: Ruby
- Size: 6.23 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Add API Endpoint
# 📗 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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)# 📖 Add API endpoint
**Blog app - Add API endpoint** In this project, my coding parter and I add some api endpoint to blog app. This will allow our app to used it in different ways rather than just to our site.
## 🛠 Built With- Ruby
- processing data in models
- validations and model specs.### video walkthrough
Coming soon
- Step 1: Clone this project using this git comand "git clone", (if you don't have git installed please visit
https://git-scm.com/downloads and install it).
- Step 2: Once you have installed git you can clone this project using the command below:
```
https://github.com/Gardimy/BlogApp
```
- Step 3: Once you have cloned this repo navigate to the folder that contains
the repository.- Step 4: If you want to edit this project open it with your favorite text editor.
### Prerequisites
> You need the following tools be installed in your computer:
> - [Git](https://www.linode.com/docs/guides/how-to-install-git-on-linux-mac-and-windows/)
> - [Ruby](https://github.com/microverseinc/curriculum-ruby/blob/main/simple-ruby/articles/ruby_installation_instructions.md)
> - IDE
> - Etc### Setup
Clone this repository to your desired folder:
`https://github.com/Gardimy/BlogApp`
or
`https://github.com/Gardimy/BlogApp` <-- _Only if you have [SSH keys configured](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) on your GitHub account_.
### Install
Install this project with:
```sh
cd BlogApp
bundle install
```### Usage
To run the project, execute the following command:
```sh
rails server
```### Run tests
To run tests, run the following command:
```sh
rspec spec/
```
...> 👤 **Gardimy Charles**
- GitHub: [@Gardimy](https://github.com/Gardimy)
- Twitter: [@gardyelontiga45](https://twitter.com/gardyelontiga45)
- LinkedIn: [Gardimy charles](https://www.linkedin.com/in/gardimycharles/)- processing data in models
- validations and model specs.Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Gardimy/BlogApp/issues).
If you like this project please give me a start and share my portfolio to recruters!
I would like to thank to [microverse](https://www.microverse.org/) For teaching me the database and more things.
This project is [MIT](./LICENSE) licensed.