I base this project on the Twitter web app. This project is a capstone project for Ruby on Rails framework. I learned a lot while I was doing the app; It was challenging at the beginning, but I overcome all the difficulties and I created a full stack application. This app works as a social media where you can share your opinions about movies. Users can create an account with the username and logging using the username. You can share your opinions and see the opinions of other people. Gregoire Vella created the original design, you can see it here
- Ruby
- RSpec
- Rails
- VS Code
Ruby: 2.7.0 Rails: ~> 6.0.3 Postgres: >=9.5
To get a local copy up and running follow these simple example steps.
- Open a terminal or command prompt interface on your PC.
- Clone the repo with: git clone https://github.com/kenderb/MCA-social.git
- On the terminal navigate to the project directory using cd /MCA-social
- On the terminal navigate to the project directory using
cd MCA-social/
. - Install dependencies using:
bundle install
. - If it required:
bundle update
. - Migrate the database:
rails db:migrate
. - Run rails
db:create
- rails
db:migrate
- Start the application :
rails server
. - Open
http://localhost:3000/
in your browser. - To Stop the application : Create a user.
- Open the terminal
- Run
rpsec --format documentation
👤 Kender Bolivar
- GitHub: @kenderb
- Twitter: @twitterhandle
- LinkedIn: KenderBolivar
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Rails Guides
- Shoulda Matchers
- Stack Overflow
- Odin project.