Giter VIP home page Giter VIP logo

shoper-api's Introduction

RAS

Project info

  • Laravel 10.26
  • PHP 8.2

Docker

Building image:

docker build --target prod -t ras-shoper-plugin .

Starting image:

docker run --rm -it --env-file .env -p 8000:80 ras-shoper-plugin

Starting developer environment:

./start-docker-dev

Setup:

  • Fill environment variables (copy .env.example file to .env before):
    • Database host, port and credentials
    • Database type (mysql or pgsql)
    • Appstore credentials
    • APP_URL (api url, without trailing slash)
    • APP_KEY (two ways)
      • Generate it with command php artisan key:generate from the container
      • Generate it manually, using the command shuf -er -n32 {a..z} {0..9} | tr -d '\n' | base64 then change the APP_KEY= line to APP_KEY=base64:key where key is the output from the above command
    • Run the migrations with command php artisan migrate --force

Project has endpoint /api/health which can be used for healthchecks

shoper-api's People

Contributors

patrykpapior-fingoweb avatar skoklowski avatar ravkr 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.