On this milestone, we finally deployed our app to Heroku so that it can be accessed everywhere. We managed to finish creating all the Social Network functionality and features for an MVP deployment with industry-standard style and high-quality code. You can access the live version of the website from here.
https://ancient-bastion-12309.herokuapp.com/users/sign_in
- Ruby v2.6.5
- Ruby on Rails v5.2.4
To get started with the app, cd to the directory where you would like the repo to live by typing on your terminal:
$ cd <directory>
Clone the repo typing:
$ git clone git@github.com:shubham14p3/ror-social-scaffold.git
Install the needed gems:
$ bundle install
Next, initialize the pre-build database with seeds :
$ rake db:seed
and then
$ rake db:setup
Next, migrate the database:
$ rails db:migrate
Finally, start server:
$ rails server
Open http://localhost:3000/
in your browser.
Ruby: 2.6.3 Rails: 5.2.3 Postgres: >=9.5
rpsec spec/features/users/users_spec.rb
psec spec/features/users/friends_spec.rb
rpsec spec/features/users/login_spec.rb
👤 Luis Angel Maldonado
- Github: @lmaldonadoch
- Twitter: @LuisAngelMCh
- LinkedIn: lmaldonadoch
👤 Shubham Raj
- Github: @ShubhamRaj
- LinkedIn: Shubham14p3
- Will be re-degiging all the styling css to custom.
- Bootstrap needs some more working.
- More Logics will be added.
- The model will be divided into sub specific components.
- More Validation rules will be applied.
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Project requested by Microverse Program.