Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awais-amjed/blog-with-ror
https://github.com/awais-amjed/blog-with-ror
Last synced: about 17 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/awais-amjed/blog-with-ror
- Owner: awais-amjed
- License: mit
- Created: 2022-05-31T08:20:27.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-06-16T12:45:06.000Z (over 2 years ago)
- Last Synced: 2024-06-02T01:42:53.358Z (8 months ago)
- Language: Ruby
- Size: 104 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Blog With ROR
> A blog where you can post your thoughts and read what others have posted.
Created while learning Ruby on Rails as a practice project.
## Built with
- Ruby
- Rails
- Postgresql## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Ruby
- Rails
- Postgresql### Setup
- Clone the Repository
- Go to the project directory
- Run ```bundle install```
- Run ```rails db:create```
- Run ```rails db:migrate```### Usage
- Run ```rails s``` to run the app
### Testing
- ```bundle exec rspec spec/features``` to run feature tests
- ```bundle exec rspec spec/models``` to run model tests
- ```bundle exec rspec spec/requests``` to run request tests## Authors
👤 **Awais Amjed**
- GitHub: [@awais-amjed](https://github.com/awais-amjed)
- LinkedIn: [@awais-amjed](https://www.linkedin.com/in/awais-amjed/)## 🤝 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
- Microverse
## 📝 License
This project is [MIT](./LICENSE) licensed.