In this project I built Dance opinion application based on a redesign of Twitter.
Some of the advanced concepts explored in this project includes.
- Working with advanced associations, many-to-many relationships, a typical twitter follow and follower relationship model.
- Basic Authentication
sudo chmod +x setup.sh
sudo chmod -R 777 frontend
- Ruby v3.2.2
- Ruby on Rails v7.2.1
- RSpec
To get a local copy up and running follow these simple example steps.
Ruby: 3.2.2 Rails: 7.2.1 Postgres: >=13
$ git clone https://github.com/vmwhoami/danceter
$ cd danceter
Install gems with:
bundle install
Setup database with:
make sure you have postgress sql installed and running on your system
rails db:create
rails db:migrate
Start server with:
rails server
Open http://localhost:3003/
in your browser.
rpsec
👤 Vitalie Melnic
- Github: @vmwhoami
- Twitter: @vmwhoami
- Linkedin: vitalie-melnic
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!