Giter Club home page Giter Club logo

nutri-mind's Introduction

NutriMind

Introduction

Recognizing the significant impact of eating disorders on individuals, we embarked on a project to provide education and support for those in need. Our approach involved developing a website to raise awareness of eating disorders and creating an application that enables users to track their eating habits and mood. In addition to these features, we designed a secure platform for doctors to monitor patient progress and incorporate functionalities that allow patients to conveniently schedule appointments and make payments.

Technologies

  1. Laravel 10.x
  2. PHP 8.1.2
  3. phpMyAdmin

Packages

  1. Laravel Passport
  2. Laravel Socialite
  3. Laravel Pusher
  4. Laravel Cashier

Installation

Clone the repository
git clone [email protected]/Euphoria-Team-Nutri-Mind-App-Website/NutriMind-Backend.git

Install all the dependencies using composer
composer install

Generate a new Passport authentication secret key
php artisan passport:client --personal

Run the database migrations
php artisan migrate

Run the database migrations
php artisan migrate

Run the database seeder
php artisan db:seed

API

Request headers

Required Key Value
Yes Content-Type application/json
Optional Authorization Bearer {token}

Authentication

This applications uses Laravel Passport to handle authentication. The token is passed with each request using the Authorization header with Token scheme. The Passport authentication middleware handles the validation and authentication of the token. Please check the following sources to learn more about Laravel Passport. [GitHub][https://laravel.com/docs/10.x/passport]

nutri-mind's People

Contributors

salmaredabedair avatar hebaasker 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.