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!
- HTML5
- CSS3
- SASS
- Bootstrap v4.5
- Ruby v2.6.5
- Ruby on Rails v5.2.4
- RSpec
- PostgreSQL >=9.5
To get a local copy up and running follow these simple example steps.
Ruby: 2.6.5
Rails: 5.2.3
gem install rails -v 5.2.3
PostgreSQL: >=9.5
Clone repo into your local environment:
Clone with SSH
git clone [email protected]:cliftondavies/Learner.git
Clone with HTTPS
git clone https://github.com/cliftondavies/Learner.git
Open project directory
cd [your-directory-name]
Install gems:
bundle install
Set up database:
rails db:create
rails db:migrate
Start console:
rails console
Start server:
rails server
Open http://localhost:3000/
in your browser.
rspec
heroku create
git push heroku master
heroku run rails db:migrate
heroku open
👤 Clifton Davies
- Github: @githubhandle
- Twitter: @twitterhandle
- Linkedin: linkedin
Contributions, issues and feature requests are welcome!
Give a ⭐️ if you like this project!
Copyright (c) 2020 Clifton Davies. This project is licensed under MIT. See LICENSE file for details.