Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anuarshaidenov/blog-app
https://github.com/anuarshaidenov/blog-app
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anuarshaidenov/blog-app
- Owner: anuarshaidenov
- Created: 2022-03-29T14:59:37.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-07T19:58:01.000Z (over 2 years ago)
- Last Synced: 2025-01-09T19:24:38.847Z (16 days ago)
- Language: Ruby
- Size: 5.62 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog App
> The Blog app will let users view post blogs.
## Built With
- Ruby on Rails
## Prerequisites
- Ruby
- Ruby on Rails
- PostgreSQL
- Terminal## Getting Started
To get a local copy up and running follow these simple example steps.
1. clone the repository to you machine using your terminal:
`git clone https://github.com/anuarshaidenov/blog-app.git`
`cd blog-app`
2. Install the gems:
`bundle install`
3. Setup the development and the test databases:
`rails db:setup`
4. Seed the test database:
`rails db:seed RAILS_ENV=test`
5. To run the dev server and build tailwindCSS files use:
`./bin/dev`
To run the tests use:
`rspec`## Install
- Ruby
## Authors
👤 **Anuar Shaidenov**
- GitHub: [@anuarshaidenov](https://github.com/anuarshaidenov)
- Twitter: [@anuarnyi](https://twitter.com/anuarnyi)
- LinkedIn: [Anuar Shaidenov](https://www.linkedin.com/in/anuar-shaidenov-365a951b8/)## 🤝 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!