Blogify is a blog app in which users can create posts, comment and like post.
Client
Server
Database
- [Build blog project schema]
- [Processing data in models]
- [Validations and Model specs]
- [Setup and controllers]
- [Controllers specs]
- [Add views]
- [Add forms]
- [Integration specs for Views and fixing n+1 problems]
- [Add Devise]
- [Add authorization rules]
- [Add API endpoints]
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Git SCM
- Ruby installed
- Rails installed
Clone this repository to your desired folder:
git clone https://github.com/biruk-bereka/Blogify.git
Or download the ZIP folder.
Once you've cloned the repository simply run:
bundle install
rails db:create
rails db:migrate
And this should open the directory with all the files from the repository on the command line, to open it in your explorer if you're using windows you can run:
explorer .
To run the project, if you are on the blogify folder path on your terminal you can execute the following command:
code .
This will open Visual Studio Code on the folder you're at.
open terminal and run
rails server
To start tests run:
rspec spec
This project is not deployed
👤 Biruk Bereka
- GitHub: @Biruk-Bereka
- LinkedIn: Biruk Bereka
👤 Ghislain MITAHI
- GitHub: @GhislainMitahi
- LinkedIn: ghislainmitahi
- Improve the app with feedback
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project you can just cheer me up with a comment 🙂!
Special thanks to my Microverse.
-
What is this project main purpose?
- To learn Ruby on Rails
This project is MIT licensed.