This is a web forum platform for the Muvi mobile app.
- HTML
- Ruby
- Ruby On Rails
- SASS/CSS
- Ruby: 2.7.0
- Rails: 6.0.2.1
- Postgres: >=9.5
- Create an account
- Login to your account
- Create a new question
- Like and answer on questions
- Link to download the app from Google Play Store
- Logout of the application
- Following users and user stories
Use the git to clone the project to your local machine.
$ git clone https://github.com/OlukaDenis/Muvi-Web-Forum.git
Navigate to the extracted folder
$ cd Muvi-Web-Forum
Install the gems
$ bundle install
Create the database
$ rails db:create
Run the migrations
$ rails db:migrate
Start server with:
rails server
Open http://localhost:3000/
in your browser.
rpsec --format documentation
👤 Denis Oluka
TBA
Contributions, issues and feature requests are welcome!
Give a ⭐️ if you like this project!
This project is licensed under MIT license - see LICENSE for more details.