Surfeature is a Social App created for sharing information about surf conditions. Is a twitter-like application where Users have to Log In in order to use it, and then are able to follow other users, share opinions and like or dislike them. Users can upload Profile Picture and Cover Image.
Developed with Advanced associations, authentication, and validations.
- Ruby v2.7.0
- Ruby on Rails v5.2.4.2
- Bulma
- Rspec
To get a local copy up and running follow these steps:
- Ruby: 2.6.3
- Rails: 5.2.3
- Postgres: >=9.5
- Git
- Fork/Clone this project to your local machine
- Open folder in your local enviroment and run thes lines of code to get started:
Instal gems with:
bundle install
Setup database with:
rails db:create
rails db:migrate
In order to run rspec test type this on your command line:
bundle exec rspec --format documentation
Start server with:
rails server
Open http://localhost:3000/
in your browser.
👤 Esteban Pinczinger
- Github: epinczinger
- Twitter: @epinczinger
- Linkedin: Esteban-Pinczinger
- E-mail: epinczinger@gmail.com
Contributions, issues and feature requests are welcome! Contributions and feature requests are welcome!
Start by:
Feel free to check the issues page.
- Forking the project
- Cloning the project to your local machine
cd
into the project directory- Run
git checkout -b your-branch-name
- Make your contributions
- Push your branch up to your forked repository
- Open a Pull Request with a detailed description to the development(or master if not available) branch of the original project for a review
Give a ⭐️ if you like this project!
- Microverse
- Designer
This project has MIT license.