Skip to content

A lumen based REST API for the Veganresan mobile application

Notifications You must be signed in to change notification settings

cbodin/veganresan-api

Repository files navigation

Veganresan API

A Lumen REST-API for the "Veganresan" mobile application. Endpoints for adding and listing meals with authorization is available.

Installation

  1. Install all dependencies composer install
  2. Ensure /storage folder is writable by the webserver
  3. Create a sqlite database file touch database/database.sqlite
  4. Copy .env.example to .env and update all variables
  5. Copy app-versions.example.json to /storage/app/app-versions.json
  6. Ensure symlink from /public/storage to /storage/app/public exists, if not, create it: ln -s ../storage/app/public/ ./public/storage
  7. Run migrations php artisan migrate

About

A lumen based REST API for the Veganresan mobile application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages