All Projects → Prisma-care → api

Prisma-care / api

Licence: other
Central API for Prisma

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to api

Monica
Personal CRM. Remember everything about your friends, family and business relationships.
Stars: ✭ 15,499 (+34342.22%)
Mutual labels:  social, family
Agorakit
Organization tool for citizen's collectives
Stars: ✭ 309 (+586.67%)
Mutual labels:  social, laravel-framework
socialx react native
The SocialX ecosystem takes the social media experience to the next level.
Stars: ✭ 20 (-55.56%)
Mutual labels:  social
edms
An Electronic Document Management System for Universities using Laravel
Stars: ✭ 44 (-2.22%)
Mutual labels:  laravel-framework
Cold-Family-Feud
Host your own Family Feud game. Mobile friendly with built in buzzers.
Stars: ✭ 30 (-33.33%)
Mutual labels:  family
Tweet-Archive
Python script to archive Tweets
Stars: ✭ 12 (-73.33%)
Mutual labels:  social
LaColorduino
I build my own clone of "LaMetric"-smartwatch but with some Colorduino for Twitch, YouTube, Twitter, CSGO, etc.. (Working)
Stars: ✭ 56 (+24.44%)
Mutual labels:  social
Shopping-Sahuba
Sahuba is an online shopping platform with a slogan of `Sell your products in one click.`. It's main idea is to help people to sell their products online with in a click. Technically it's build on the top of modern web framework like laravel , vue js, GraphQl and so on.
Stars: ✭ 21 (-53.33%)
Mutual labels:  laravel-framework
opencore
OpenCore - Laravel for OpenCart
Stars: ✭ 42 (-6.67%)
Mutual labels:  laravel-framework
nginx-virtual-host-bash-script
Nginx Virtual Host Bash Script
Stars: ✭ 35 (-22.22%)
Mutual labels:  laravel-framework
urdu-font-comparator-app
App for visually showing why Nasta'liq is better than Naskh script, how different Urdu fonts look like and eventually helping users in choosing the best one.
Stars: ✭ 20 (-55.56%)
Mutual labels:  social
laravel-db2
laravel-db2 is a simple DB2 service provider for Laravel. It provides DB2 Connection by extending the Illuminate Database component of the laravel framework.
Stars: ✭ 56 (+24.44%)
Mutual labels:  laravel-framework
Pure
Pure is a free social networking App. it is simple, reliable and it makes it easy to keep in touch with your friends and family. Pure works across mobile devices even on slow internet connections.
Stars: ✭ 28 (-37.78%)
Mutual labels:  social
laravel-jwt-auto-installer
A Laravel Library that let's you add tymon jwt auth library and all it's features with single command
Stars: ✭ 19 (-57.78%)
Mutual labels:  laravel-framework
SAMN
This is our implementation of SAMN: Social Attentional Memory Network
Stars: ✭ 45 (+0%)
Mutual labels:  social
LeonSocialLogin
Leon Social Login is an Android library written to Integrate (Twitter, Facebook, Google, SnapChat) login.
Stars: ✭ 16 (-64.44%)
Mutual labels:  social
SAVY
SAVY Player provides service to watch local videos with in a synchronized way.
Stars: ✭ 15 (-66.67%)
Mutual labels:  social
charaza-ui
Lightweight Laravel 8 Admin CRUD generator and Starter template with Jetstream, Livewire and Tailwindcss Frontend
Stars: ✭ 50 (+11.11%)
Mutual labels:  laravel-framework
Fediverse.app
A client for Pleroma and Mastodon instances written using Flutter
Stars: ✭ 72 (+60%)
Mutual labels:  social
Lingado
📱 An app that allows you to connect with people instantly on Facebook, Snapchat, Instagram, Twitter, and LinkedIn
Stars: ✭ 14 (-68.89%)
Mutual labels:  social

Prisma API Build Status

About

Prisma is an app that strengthens the relationship between people with memory loss and the people close to them. It does this by providing a living, collaborative digital photo album that can be populated with content of interest to these people.

This repository hosts the central API for the project.

Be sure to check out our home page prisma.care for more information.

History

Project Prisma was part of Open Knowledge Belgium's open Summer of Code 2017. A student team coached by Frederik Vincx (@fritsbits) worked on it in July 2017:

  • Michiel Leyman (@MichielLeyman) - backend & project management
  • Simon Westerlinck (@siimonco) - backend & database modelling
  • Jean-Pacifique Mboynincungu (@oxnoctisxo) - frontend system analysis
  • Thor Galle (@th0rgall) - frontend & product owner

The app was conceived in a one-month collaborative design project in a care home in Zonhoven, Belgium, in January 2017. Together with personel and dementia design researchers the team honed in on a static prototype that was later refined during the Open Summer of Code. More info about it in this blog post.

Contributing

Want to help out? First, peruse the Prisma wiki to learn about the roadmap, milestones and approach to developing software for people with dementia.

Installation

Requires PHP version >=5.6.4. Make sure Composer is installed.

After cloning, install project dependencies:

composer install

Generate an app key:

php artisan key:generate

We use MySQL, you can add settings for your local database configuration in a .env file (see example). All other configuration that is specific to your local environment should also be set in this file.

Run database migrations and seed:

php artisan migrate
php artisan db:seed

Serve the application:

php artisan serve

Run API tests:

./vendor/bin/phpunit --testsuite Feature

This uses the testing environment, so make sure you have a .env.testing file for all configuration specific to running the tests (such as a separate database).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].