Skip to content

OlukaDenis/Muvi-Web-Forum

Repository files navigation

Project: Muvi Web Forum

This is a web forum platform for the Muvi mobile app.

Screenshot

muvi

Built With

  • HTML
  • Ruby
  • Ruby On Rails
  • SASS/CSS

Live Demo

Live here

Prerequisites

  • Ruby: 2.7.0
  • Rails: 6.0.2.1
  • Postgres: >=9.5

Functionalities

  • 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

Future work

  • Following users and user stories

Setup

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

Usage

Start server with:

    rails server

Open http://localhost:3000/ in your browser.

Run tests

    rpsec --format documentation

Authors

👤 Denis Oluka

Github | Twitter | LinkedIn

TBA

🤝 Contributing

Contributions, issues and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is licensed under MIT license - see LICENSE for more details.