It is my rails capstone project. Yachting Lifestyle is a sort of magazine for those who are interested in Yachts. Here you can read stories about different categories of the Yachting Lifestyle.
- Users are able to create accounts
- Users are able to make read articles
- User have to be logged in to create articles and vote for them.
- Ruby
- Rubocop
- Visual Studio Code
- Postgres
ruby 2.7.2
rails 6.1.3
yarn 1.22.5
node 14.16.0
Set up project using the above specifications
- use
https://github.com/chrystalme/Yatching_lifestyle.git
to clone the repository
- use
git@github.com:chrystalme/Yatching_lifestyle.git
to clone the repository - Change to the parent directory of the project using
cd private-events
- run
bundle install
to install dependencies - run
yarn add
to install dependencies - run
rails db:migrate
to create schema - run
rails db:seed
to seed some data to the database - use
rails webpacker:install
to install webpacker - use
rails s
to run the rails server - use
rails c
to go to the console - add new category by running
Category.create!(name: 'Name of Category')
. This helps to be able to create article. - On the index page, go to the Welcome to create an article after login
Yachting-lifestyle: yachtinglifestyle
👤 Malieze Afam Ifeanyi
- GitHub: @chrystalme
- Twitter: @afam_ifeanyi
- LinkedIn: Malieze Afam Ifeanyi(chrys)
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.