Skip to content

ruben-bottu/app-art-share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

app-art-share

How to guides

These guides assume that you have Docker installed on your system.

Get the backend up and running

cd backend/
docker compose -f docker-compose.yml -f docker-compose.dev.yml up -d

Get the frontend up and running

Install docker-ember

cd frontend/
ed npm install
eds --proxy http://host

Checkbox

The mu-semtech trainer project checkbox:

  • has an app-art-share mu-project
  • has a frontend-art-share frontend in EmberJS
  • uses ember-data in the frontend
  • uses omnipresent microservices:
    • identifier
    • dispatcher
    • resource
    • mu-authorization
    • virtuoso
    • migrations
  • includes at least one custom microservice
  • uses mu-cl-resources for generic API
  • uses migrations-service for seed data
  • includes docker-compose.yml that could be used as production setup
  • includes docker-compose.dev.yml for development overrides (eg: publish port 80 of identifier, 8890 of Virtuoso)
  • has woodpecker builds for the frontend and custom services

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published