An open API service indexing awesome lists of open source software.

https://github.com/gleennkar/blog_app


https://github.com/gleennkar/blog_app

Last synced: over 1 year ago
JSON representation

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)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)

# Blog-App

**Blog-App** is a project developed using Ruby on Rails where you can add users, comments, posts and likes.

## 🛠 Built With

### Tech Stack

> Developed using Ruby on Rails.

Languages


### Key Features
- **Database that contains information about users, likes and posts**
## 💻 Getting Started
> To get a local copy up and running, follow these steps.
- install gems bundle i
- setup database rails db:setup
- run rails server rails s.
- rails c

### Prerequisites

In order to run this project you need:

- Install Ruby
- Install PostgreSQL
- Instal Rails gem

### Setup
```
- To clone the repository run this command:

`git clone https://github.com/Gleennkar/blog_app.git`

- To access the cloned directory run:

`cd blog_app`

```
## 👥 Authors

👤 **Odette Gleen**

- GitHub: [@Gleennkar](https://github.com/Gleennkar)
- Twitter: [@gleeny24](https://twitter.com/twitterhandle)
- LinkedIn: [@gleeny](https://www.linkedin.com/in/gleeny-nkar-aa3917182)

👤 **Lucca Micale**

- GitHub: [@luccamicale](https://github.com/luccamicale)
- LinkedIn: [luccamicale](https://www.linkedin.com/in/luccamicale/)
- Twitter: [@luccamicale_](https://twitter.com/LuccaMicale_)

👤 **Lucas Bermudez**

- GitHub: [@oklukeok](https://github.com/oklukeok)
- LinkedIn: [@Lucas](https://www.linkedin.com/in/lucas-bermudez)

## 🔭 Future Features

> These are some of the future features we want to add.
- Validations and Model specs.
- Processing data in models.
- Setup and controllers.
- Controllers specs.
- Views.
- Integration specs for Views and fixing n+1 problems.
- Add Devise.
- Add authorization rules.
- Add API endpoints.
- API documentation.

- [ ] **[Workin on them]**

## 🤝 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!

## 🙏 Acknowledgments

I would like to thank to the code reviewers and my partners who are helping all the time.

## 📝 License

This project is [MIT](https://github.com/Gleennkar/blog_app/blob/add_devis_2/LICENSE) licensed.

(back to top)