Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicolaswg/rails-blog
https://github.com/nicolaswg/rails-blog
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nicolaswg/rails-blog
- Owner: Nicolaswg
- Created: 2022-04-27T13:57:01.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-06-27T20:22:43.000Z (over 2 years ago)
- Last Synced: 2024-10-24T17:11:38.247Z (3 months ago)
- Language: Ruby
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Blog-App
> "Blog-App" is a basic blog website that it's still in development and will show a list of post of an independent user, adding comments and link other posts.
## Built With
- Ruby
- Rails
- Postgres## Getting Started
### Set up porject locally:
#### Step 1:
- Open your command line and add this project in your preferred directory
```bash
git clone https://github.com/Nicolaswg/rails-blog.git
```- Then cd into the directory using
```bash
cd blog-app
```- Alternatively, you can just download the complete zip file and extract the folder in your directory
#### Step 2:
- Inside the directory run this command for install all the dependecies:
```bash
bundle install
```- Keep in mind that Postgresql must be installed on your local machine, if is `true` run the following command to created the db
```bash
rails db:create
```- Finally, you can use this command to start the live server and checkout the app!
```bash
rails s
```## Authors
👤 **Nicolas Gonzalez**
- GitHub: [@Nicolaswg](https://github.com/Nicolaswg)
- LinkedIn: [Nicolas Gonzalez](https://www.linkedin.com/in/nicolas-gb/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome and highly encouraged!
We feel that your input is what helps us grow so you're always Welcome :)Feel free to check the [issues page](https://github.com/Nicolaswg/blog-app/issues).
## Show your support
Give a ⭐️ if you like this project!
I would love to hear your thoughts and ideas 🖤