Additional description about the project and its features.
- Ruby on Rails
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 .
- 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
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
👤 Amadu Kamara (Amkam)
👤 Lilian Francis
- Github : @lilyfrancis
- Twitter: @ifnotlily
- LinkdIn : @lilianfrancis
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse Team for facilitating project requirements and resources
This project is MIT licensed.