Skip to content

A Ruby on Rails full-stack app for learners to share progress, connect and find inspiration.

License

Notifications You must be signed in to change notification settings

cliftondavies/Learnar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3343065 Β· May 20, 2021
Sep 15, 2020
May 20, 2021
Sep 15, 2020
Sep 21, 2020
Sep 25, 2020
Sep 15, 2020
Sep 15, 2020
May 13, 2021
Sep 25, 2020
Sep 15, 2020
Sep 15, 2020
Sep 15, 2020
Sep 15, 2020
Sep 23, 2020
Sep 15, 2020
Sep 15, 2020
Sep 23, 2020
Sep 23, 2020
Sep 23, 2020
Oct 14, 2020
May 12, 2021
Sep 15, 2020
Sep 15, 2020
May 13, 2021
May 12, 2021
Sep 15, 2020
Sep 15, 2020

Repository files navigation

MIT license PRs Welcome Open Source Love png1 Tweeting

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!

screenshot

πŸ“Ί Media

Live Demo Link

MVP Features

See wiki

🧰 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

πŸš€ Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Ruby: 2.6.5

Rails: 5.2.3

gem install rails -v 5.2.3

PostgreSQL: >=9.5

Setup

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

Local Usage

In console

Start console:

rails console

In Browser

Start server:

rails server

Open http://localhost:3000/ in your browser.

Run tests

rspec

Deploy

heroku create
git push heroku master
heroku run rails db:migrate
heroku open

Further Work

See open issues

Author

πŸ‘€ Clifton Davies

🀝 Contributing

Contributions, issues and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

πŸ“ Copyright & License

Copyright (c) 2020 Clifton Davies. This project is licensed under MIT. See LICENSE file for details.