The blog app is a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
Additional description about the project and its features.
- RUBY on RAILS
- PostgreSQL
- Bootstrap
- Devise
- RSPEC
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 Blog_App
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 Blog_App
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
/api/v1/users/sign_up
/api/v1/users/sign_in
/api/v1/users/posts/create
/api/v1/posts
/api/v1/users/comments/create
/api/v1/comments
👤 Mongare S.
@githubhandle @twitterhandle LinkedIn
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