This is a basic social-media App. It allows the users to share posts, comment, and like posts. The App also provides the ability for the user to request, accept or decline a friendship.
- Ruby v2.7.0
- Ruby on Rails v5.2.4
https://social-media-basic.herokuapp.com/
To get a local copy up and running follow these simple example steps.
Ruby: 2.6.3 Rails: 5.2.3 Postgres: >=9.5
To get a local copy of the repository please run the following commands on your terminal:
$ git clone git@github.com:CalyCherkaoui/ror-social-scaffold.git
$ cd ror-social-scaffold
$ yarn install --check-files
Instal gems with:
$ bundle install
Setup database with:
$ rails db:create
$ rails db:migrate
Start server with:
$ sudo service postgresql restart
$ rails server
Open http://localhost:3000/
in your browser.
$ rpsec --format documentation
Tests will be added by Microverse students. There are no tests for initial features in order to make sure that students write all tests from scratch.
TBA
👤 Asiimwe Dismas
- Github: @asiimwedismas
- Twitter: @asiimwedismas
- Linkedin: asiimwedismas
👤 Houda Cherkaoui
- Github: @CalyCherkaoui
- Twitter: @Houda59579688
- Linkedin: Houda-Cherkaoui
Contributions, issues and feature requests are welcome!
Give a ⭐️ if you like this project!
MIT