This project is part of the Microverse curriculum in Ruby on Rails module!
ArtSpeak is a platform where art lovers can share their opinions about art and also get art inspirations from other art users to practice. It follows a similar structure to how Twitter works.
You need to have this app or tools to start using it:
- Ruby
- Rails: better to have rails version 2.6.5.
- Clone this repo
git clone https://github.com/Mindo-Joseph/ArtSpeak.git
- Open terminal
cd
to the cloned folder and install gems withbundle install
- Checkout to the development branch by
git checkout development
- Follow the instructions here to setup ActiveStorage
- create the database by
bin/rails db:create
- run migrations
bin/rails db:migrate
- Run rails server
bin/rails server
Once you have started the server, visit the browser at http://127.0.0.1:3000/
To run tests, open your terminal, cd
into the project folder and run
rspec spec/
👤 Joseph Mindo
- Github: @MindoJoseph
- Twitter: @mindoJoseph
- Linkedin: Joseph Mindo
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
- Microverse
- Design by Gregoire Vella
This project is MIT licensed.
Give a ⭐️ if you like this project!