/ecurbsideui

Primary LanguageJavaScript


Ecurbside UI

Medical Treatment Review and Rating Social App!

» Live Demo || » Ecurbside Api

Description

A full-stack review and rating social web app for medical treatment where anyone can register and share their opinion about any treatment. There can add new diseases, disease-related treatments, and ratings.


Built With


  • React
  • React router
  • mui
  • apollo-client
  • React Hook Form
  • yup


Getting Started

Setting up the project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

  • yarn

    npm install yarn -g

Installation


  1. Clone the repo

    git clone https://github.com/bhNibir/ecurbsideui.git
  2. Go to project root folder and Install NPM packages

    yarn
  3. Enter Graphql API uri in src/App.js

    Ecurbside Api

    const httpLink = createHttpLink({
      uri: "http://127.0.0.1:8000/graphql/",
    });
  4. run devlopment sever

    yarn start

Project Screenshot


Home Page

Login Page Screen Shot Signup Page Screen Shot Home Page Screen Shot Disease Page Screen Shot Add disease Page Screen Shot Treatment Page Screen Shot Add Review Page Screen Shot