https://github.com/cyrus-kiprop/rails-sample-app
This is a static site built using rails
https://github.com/cyrus-kiprop/rails-sample-app
Last synced: about 1 month ago
JSON representation
This is a static site built using rails
- Host: GitHub
- URL: https://github.com/cyrus-kiprop/rails-sample-app
- Owner: Cyrus-Kiprop
- Created: 2020-03-20T18:41:43.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-19T17:59:53.000Z (over 2 years ago)
- Last Synced: 2025-02-13T02:29:59.349Z (3 months ago)
- Language: Ruby
- Size: 238 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction to rails
> This project involves getting your feet wet on the ruby on rails. The learner should familiarize him/herself with rails testing, routes, models and basic rails commands.
- [live_version](https://cryptic-sierra-35464.herokuapp.com/microposts)
## Built With
- Ruby,
- Ruby on rails## Getting Started
**Clone this repo to get a local copy of the project locally.**
### Prerequisites
- Ensure that you have ruby installed -- check out the official documention
- Text Editor: Visual Studio or sublime text recommended
- Rubocop for linting### Setup
- cd project folder### Install
- Run bundle install to install all the missing project dependencies.
- gem install to install rubocop for linting purposes### Usage
- Run 'rails server'.
- Navigate to your browser on 'localhost:3000'.
- The project should be up and running.## Authors
👤 **Cyrus Kiprop**
- Github: [Cyrus-Kiprop](https://github.com/Cyrus-Kiprop)
- Twitter: [@kipropJS](https://twitter.com/kipropJS)
- Linkedin: [Cyrus Kiprop](https://www.linkedin.com/in/cyrus-kiprop-ba7320120/)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Cyrus-Kiprop/enumerables/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse
- Odin projects on Rails## 📝 License
This project is [MIT](lic.url) licensed.