A simple blog where users can manage their articles and check other peoples articles
Additional description about the project and its features.
- HTML, CSS, Javascript, Ruby
- Ruby on Rails,
👤 Mouhamadou Diouf
- Github: @MouhaDiouf
- Twitter: @mouhamadiouf
- Linkedin: Mouhadiouf
The setups steps expect following tools installed on the system.
- Create an admin dashboard to manage users
- Allow users to add pictures and videos to their posts
git clone git@github.com:MouhaDiouf/alpha-blog.git
Run the following commands to install the required gems.
bundle install
You can start the rails server using the command given below.
bundle exec rails s
And now you can visit the site with the URL http://localhost:3000
Contributions, issues and feature requests are welcome!
- Fork it (https://github.com/MouhaDiouf/alpha-blog)
- Create your feature branch (git checkout -b feature/[choose-a-name])
- Commit your changes (git commit -am 'What this commit will fix/add')
- Push to the branch (git push origin feature/[chosen name])
- Create a new Pull Request
Give a ⭐️ if you like this project!