GithubHelp home page GithubHelp logo

theodoraldo / fix-mate-backend Goto Github PK

View Code? Open in Web Editor NEW

This project forked from anita00001/fix-mate-backend

0.0 0.0 0.0 746 KB

Fix Mate is committed to making everyday life more convenient by connecting users with trusted service providers. It is a one-stop platform for finding, booking, and reviewing services, all from the comfort of your home.

Home Page: https://fixmate.netlify.app/

License: MIT License

Shell 0.24% Ruby 93.59% HTML 0.30% Batchfile 3.53% Dockerfile 2.34%

fix-mate-backend's Introduction

FixMate

๐Ÿ“— Table of Contents

[ ๐Ÿ‘จโ€๐Ÿ’ป Fix Mate ]

Fix Mate is committed to making everyday life more convenient by connecting users with trusted service providers. It is a one-stop platform for finding, booking, and reviewing services, all from the comfort of your home. Users can communicate with service providers through the app, discussing specific requirements, asking questions, and confirming details.

API

  • API Endpoints
  • api/v1/experts
  • api/v1/reservations
  • api/v1/specializations

Link to Front End

Kanban Board Link

Entity Relationship Diagram

fixmate_erd_digram

๐Ÿ›  Built With

Tech Stack

Server
Database

Key Features

The key features of this project include.

  • Show all Experts
  • Reserve an Expert
  • Show my Reservation
  • Add an Expert
  • Delete an Expert
  • Add a Specialization

(back to top)

๐Ÿ’ป Getting Started

  • To get a local copy up and running, follow these steps.

Prerequisites

Before you begin, make sure you have the following installed on your machine:

  • Ruby: You can download Ruby here.
  • Rails: You can install Rails by running the command gem install rails in your terminal.
  • Postgres: You can install Postgresql here.
  • A code editor (like VSCode, Sublime, Atom, etc.): You can download VSCode here, Sublime here, and Atom here.
  • Git: You can download Git here.
  • Node.js: You can download Node.js here.
  • Version Requirements:
  ruby >= 3.2.0
  rails >= 7.0
  postgres >- 15.3

Setup

  • To setup this project locally:
  1. Open terminal in VScode.
  2. Navigate to the directory where you want clone the copy of this repository.
  3. Create new directory [optional].
  4. Clone the repository by running the following command:
git clone https://github.com/anita00001/fix-mate-backend.git
  1. Navigate into the cloned repository:
cd fix-mate-backend

Installation

  1. Install the required dependencies by running the following command:
bundle install
  1. Delete files /config/credentials.yml.enc and /config/master.key, (if any).
  2. Run the command to get the pairs of credentials and master key
rails credentials:edit

Database Setup

  • To create the database, run the following command:
rails db:create
  • To migrate the database schema, run the following command:
rails db:migrate
  • Feed Sample data through seeds
  rails db:seed

Run Test

  • Run Linters Check with Rubocop
  rubocop
  • Run Test with RSpec
rails db:migrate RAILS_ENV=test && rspec spec

Running the App

  • To run the application, run the following command:
rails server
  • This will start the Rails development server and you can access the application by visiting http://localhost:4000 in your web browser.

(back to top)

๐Ÿ‘ฅ Authors

The collaborators of this project.

๐Ÿ‘ค Anita Sharma

๐Ÿ‘ค Ansar Ibrahim

๐Ÿ‘ค MoFuhidy

๐Ÿ‘ค Theodore Asimeng-Osei

(back to top)

๐Ÿ”ญ Future Features

  • Delete Specializations
  • Add Admin Role

(back to top)

๐Ÿค Contributing

  • Contributions, issues, and feature requests are welcome!

(back to top)

๐Ÿ’– Show your support

  • Give a โญ๏ธ, if you like this project!

(back to top)

๐Ÿ™ Acknowledgments

(back to top)

๐Ÿ“ License

This project is MIT licensed.

(back to top)

fix-mate-backend's People

Contributors

ansaribrahim avatar theodoraldo avatar anita00001 avatar mofuhidy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.