https://github.com/andercm/blog-app
https://github.com/andercm/blog-app
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andercm/blog-app
- Owner: anderCM
- License: mit
- Created: 2023-05-09T03:10:44.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-05-27T13:28:23.000Z (about 3 years ago)
- Last Synced: 2025-03-30T12:41:42.395Z (over 1 year ago)
- Language: Ruby
- Size: 249 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Blog app
# 📗 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 tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
**[Blog app]** is a project to learn how to start to use ruby on rails following best practices
Backend
- **[Ruby]**
- **[Postgresql]**
- **[Rspec]**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Install PostgreSQL
- Instal PGadmin (optional)
### Setup
Clone this repository to your desired folder:
```sh
$ git clone https://github.com/anderCM/blog-app.git
$ cd blog-app
$ bundle install
```
### Usage
To run the project locally, execute the following commands to :
```sh
$ rake db:create
$ rake db:migrate
$ rake db:seed
$ rails server
```
To use the mailcatcher (allows you to sign up in development environment):
In your terminal, run the following commands:
```sh
$ gem install mailcatcher
$ mailcatcher
```
The mailcatcher is now set up and running, now simply go to `http://localhost:1080/` in your browser and you'll be able to see any outgoing emails from the application.
👤 **Anderson Canales Medina**
- GitHub: [@githubhandle](https://github.com/anderCM)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/andersoncanales/)
- [ ] **[Database Implementation]**
- [ ] **[Validations]**
- [ ] **[Tests]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## ⭐️ Show your support
Staring this project ⭐
I would like to thank to my team
This project is [MIT](./LICENSE) licensed.