Scaffold for social media app with Ruby on Rails
This repo includes initial code for the social media app with basic styling. Its purpose is to be a starting point for Microverse students.
Built With
- Ruby v2.7.0
- Ruby on Rails v5.2.4
Getting Started
To get a local copy up and running follow these simple example steps.
Prerequisites
Ruby: 2.7.1 Rails: 5.2.3 Postgres: >=9.5
Live Preview
http://microverse-ror-social.herokuapp.com/
Setup
Install gems with:
bundle install
Setup database with:
rails db:create
rails db:migrate
Github Actions
To make sure the linters' checks using Github Actions work properly, you should follow the next steps:
- On your recently forked repo, enable the GitHub Actions in the Actions tab.
- Create the
feature/branch
and push. - Start working on your milestone as usual.
- Open a PR from the
feature/branch
when your work is done.
Usage
Start server with:
rails server
Open http://localhost:3000/
in your browser.
Run tests
rspec
Authors
Github: @angel-mora
🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Show your support
Give a ⭐️ if you like this project!
Acknowledgments
Thanks to Microverse!