Git Product home page Git Product logo

medimate-backend's Introduction

logo

MediMate

๐Ÿ“— Table of Contents

MediMate

MediMate is an app to book an appointment with a doctor. It is built as a two part app. This is the backend part of the app. The front end part of this app can be found here. The team members of this project are

  • Charles Andrews
  • Emmanuel Tofa
  • Sandeep Ghosh

๐Ÿ›  Built With

Tech Stack

Client
Server
Database

Key Features

  • API Endpoints to login a user
  • API Endpoints to book appointments
  • API deployment

(back to top)

๐Ÿš€ Live Demo

Kanban Board

(back to top)

๐Ÿ’ป Getting Started

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

Prerequisites

In order to run this project you need:

 gem install rails

Setup

Clone this repository to your desired folder:

  git clone [email protected]:mailsg/medimate-backend.git
  cd medimate-backend  

Install

Install this project by executing the following commands. Since its an Open API, there is no need to set up any API keys:

  cd medimate-backend

  bundle install

  touch .env
    `Add the following lines to the .env file`
      DB_USERNAME=`Your PostgreSQL username`
      DB_PASSWORD=`Your PostgreSQL password`

  To generate keys when master.key file is missing in the repo:
  
    1. Remove config/master.key and config/credentials.yml.enc if they exist.
    2. Run in the terminal: EDITOR=code rails credentials:edit 
    3. Close the editor that opens.
    4. This command will create a new master.key and credentials.yml.enc if they do not exist.
    5. Run the commands below to create the database
  
    rails db:create
    rails db:migrate
    rails db:seed

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  rspec

(back to top)

๐Ÿ‘ฅ Authors

๐Ÿ‘ค Charles Andrews

๐Ÿ‘ค Emmanuel Tofa

๐Ÿ‘ค Sandeep Ghosh

(back to top)

๐Ÿ”ญ Future Features

  • Booking Fee Payment
  • Medical Records Storage
  • Online Consultations

(back to top)

๐Ÿค Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

โญ๏ธ Show your support

If you like this project consider leaving a star to the repository.

(back to top)

๐Ÿ™ Acknowledgments

We would like to thank Microverse for giving us this opportunity to showcase our skills as a full stack developer. We would also like to thank Murat Korkmaz for providing the wonderful design of the app on Behance. Last but not the least a big thanks to the Open Source ecosystem for providing free to use resources without which the project would not have taken the shape. Thank you all.

(back to top)

๐Ÿ“ License

This project is MIT licensed.

(back to top)

medimate-backend's People

Contributors

forloop94 avatar mailsg avatar uno36 avatar

Watchers

 avatar

medimate-backend's Issues

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.