In this project we will be using Ruby on Rails to implement a blog website using full-stack technologies.
- Go to your terminal and navigate to where you store project repositories
- Run the command
$git clone git@github.com:AKeeganDev/blog_app.git
- Navigate to the source folder in your terminal
- Open in your editor of choice
- run
bundle install
- run
rails db:create
,rails db:migrate
- run
rails s
to start the server and create an account - After creating an account you will receive a notice in your terminal with a link to confirm the email. ctrl+click the confirmation link and you will be authenticated and can log in
- Play around with the app and have fun!
run the following after cloning the repository
rspec
- Some tests have become obselete due to development. Bear with me as I update this project (not currently in development right now)
👤 Aaron Keegan
- GitHub: @AKeeganDev
- Twitter: @AkeeganDev
- LinkedIn: AKeeganDev
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
- Microverse for their RUBY modules which made this a great project for practicing my knowledge of the Ruby basics
This project is MIT licensed.