Express your feeling to everyone or someone your care.
Heroku Live Demo |
Digital Ocean Live Demo
This is capstone project of Microverse Rails Curriculum.Project Name is Love Notes. Love Notes is online note to share everyone or someone you care. User note will be hosted online as note and Other user can view and vote love.
- Create Note via Form
- Show Note in Home Page
- Can click Love Button your loved
- Login with Username
- User Profile Page
- Show other Profile Page
For the whole project, I used following tools and language.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- ruby
https://www.ruby-lang.org/en/downloads/
- Clone the repo
git clone git@github.com:konyan/love-note.git
cd project
- Check your Ruby version
ruby -v
The ouput should start with something like ruby 2.5.1
- Install dependencies
bundle && yarn
- Initialize the database
rails db:create db:migrate db:seed
- Add heroku remotes
Using Heroku CLI:
heroku git:remote -a project
heroku git:remote --remote heroku-staging -a project-staging
- Serve
rails s
- Deploy
With Heroku pipeline (recommended)
Push to Heroku staging remote:
git push heroku-staging
Go to the Heroku Dashboard and promote the app to production or use Heroku CLI:
heroku pipelines:promote -a project-staging
This is an example of how to list things you need to use the software and how to install them.
- ruby
gem install rspec
- Run spec files at Spec Folder
rspec spec/job_spec.rb
rspec spec/joburl_spec.rb
rspec spec/position_spec.rb
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
WTF LICENSE
. You can do whatever you want, I don't care. :P