This repo contains code for a social media web application. The application enables registration of users, Sign In of users, posting comments, liking posts and sending friendship request.
- Ruby v2.7.0
- Ruby on Rails v5.2.4
To get a local copy up and running follow these simple example steps.
Ruby: 2.6.3 Rails: 5.2.3 Postgres: >= 9.5 Chromium Chrome Driver: 83.0 and
Clone the repo
Install gems with:
bundle install
Setup database with:
rails db:create
rails db:migrate
You can clone or download this repo (you need ruby installed in your computer).
git clone git@github.com:abdelp/stay-in-touch.git
Start server with:
rails s
Open http://localhost:3000/
in your browser.
Make sure to have installed chromium chrome driver link
And then run:
rpsec
All tests are contained in the rspec folder which is in the root directory of the project. To run all test type rspec in the terminal. To run a specific test type rspec spec/folder_name/spec_file.rb
👤 Martin Njoroge
- Github: @kwizl
- Twitter: @NjoroKaris
- Linkedin: martin njoroge
👤 Abdel Omar Pérez Téllez
- Github: abdelp
- Twitter: @abdelperez11
- Linkedin: abdel-perez
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!