https://github.com/cliftondavies/learnar
A Ruby on Rails full-stack app for learners to share progress, connect and find inspiration.
https://github.com/cliftondavies/learnar
bootstrap4 css3 devise font-awesome-sass heroku html5 postgresql rspec rspec-rails ruby ruby-on-rails sass shoulda-matchers sql
Last synced: 2 days ago
JSON representation
A Ruby on Rails full-stack app for learners to share progress, connect and find inspiration.
- Host: GitHub
- URL: https://github.com/cliftondavies/learnar
- Owner: cliftondavies
- License: mit
- Created: 2020-09-15T20:17:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-20T22:04:24.000Z (almost 5 years ago)
- Last Synced: 2026-01-03T14:37:41.526Z (3 months ago)
- Topics: bootstrap4, css3, devise, font-awesome-sass, heroku, html5, postgresql, rspec, rspec-rails, ruby, ruby-on-rails, sass, shoulda-matchers, sql
- Language: Ruby
- Homepage: https://learnar.herokuapp.com/
- Size: 5.24 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://lbesson.mit-license.org/)
[](http://makeapullrequest.com)
[](https://github.com/ellerbrock/open-source-badges/)

# Learner
> Welcome to Learner!
A dedicated community for learners, with varying interests, to share their progress, connect with other learners and find inspiration on their journey to mastery!

## :tv: Media
[Live Demo Link](https://learnar.herokuapp.com/)
## MVP Features
[See wiki](https://github.com/cliftondavies/Learner/wiki)
## :toolbox: Tools & Technologies Used
### Built with
- HTML5
- CSS3
- SASS
- Bootstrap v4.5
- Ruby v2.6.5
- Ruby on Rails v5.2.4
- RSpec
- PostgreSQL >=9.5
## :rocket: Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
[Ruby](https://www.ruby-lang.org/en/documentation/installation/): 2.6.5
Rails: 5.2.3
```ruby
gem install rails -v 5.2.3
```
[PostgreSQL](https://www.postgresql.org/download/): >=9.5
### Setup
Clone repo into your local environment:
Clone with SSH
```git
git clone git@github.com:cliftondavies/Learner.git
```
Clone with HTTPS
```git
git clone https://github.com/cliftondavies/Learner.git
```
Open project directory
```bash
cd [your-directory-name]
```
Install gems:
```ruby
bundle install
```
Set up database:
```ruby
rails db:create
rails db:migrate
```
### Local Usage
#### In console
Start console:
```ruby
rails console
```
#### In Browser
Start server:
```ruby
rails server
```
Open `http://localhost:3000/` in your browser.
### Run tests
```ruby
rspec
```
### Deploy
```bash
heroku create
```
```bash
git push heroku master
```
```bash
heroku run rails db:migrate
```
```bash
heroku open
```
## Further Work
[See open issues](https://github.com/cliftondavies/Learner/issues)
## Author
👤 **Clifton Davies**
- Github: [@githubhandle](https://github.com/cliftondavies)
- Twitter: [@twitterhandle](https://twitter.com/cliftonaedavies)
- Linkedin: [linkedin](https://www.linkedin.com/in/clifton-davies-mbcs/)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- [Font Awesome Sass](https://github.com/FortAwesome/font-awesome-sass)
- [Gregoire Vella](https://www.behance.net/gregoirevella)
- [Tim Mossholder](https://unsplash.com/photos/WE_Kv_ZB1l0)
## 📝 Copyright & License
Copyright (c) 2020 Clifton Davies.
This project is licensed under [MIT](https://opensource.org/licenses/MIT). See LICENSE file for details.