Skip to content

A Rails Blog app for leaning Ruby on Rails framework for backend development

Notifications You must be signed in to change notification settings

AmaduKamara/amkam-blog

Repository files navigation

Amkam Blog

Project screenshots

image

image

image

image

Additional description about the project and its features.

Built With

  • Ruby on Rails

How to Setup

You can simply clone or download this repository, and use your favorite browser or code editor to run this program.

  • To open the project after download, simply double click the index.html file

  • To open this project using vs code ( for this example) or your favorite code editor, you can follow the guide below:

    in your cmd or command line navigate to where this project is located, then;

cd amkam-blog

thereafter run

code .

How to Run the App through terminal

  • To run the application through trminal, make sure ruby and IRB is installed in your computer then follow the guide below:

    in your cmd or command line navigate to where this project is located, then;

cd amkam-blog

Install Gems

bundle install

then initialize the database

rails db:reset

Incase its the first time:

rails db:create

then

rails db:migrate
rails db:test:prepare

thereafter run

.rails s

To run test

bundle exec rspec

Or

rspec spec

Authors

👤 Amadu Kamara (Amkam)

👤 Lilian Francis

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Microverse Team for facilitating project requirements and resources

📝 License

This project is MIT licensed.

About

A Rails Blog app for leaning Ruby on Rails framework for backend development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published