Skip to content
/ art Public

Web Application for managing Clients, Projects, Tasks/Orders and Invoices.

Notifications You must be signed in to change notification settings

cardiacdev/art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ART

Final Exam Project for the Fachinformatiker Anwendungsentwicklung Apprenticeship.

Description 🌻

ART (Anwendungs- und Rechnungstracker) is a web application for managing Clients, Projects, Tasks/Orders and Invoices.

Demo

A demo of the application can be found at art.cardiacdev.tech

Tech Stack 🥞

Frameworks

DevOps & Infrastructure

Worth Mentioning

Local Setup 🛠

Prerequisites

Setup

$ make up

API

$ make api-bash
$ composer i
$ bin/console do:mi:mi
$ bin/console do:fi:lo

Client

$ make client-bash
$ npm i
$ npm run dev

The application is now available at http://localhost.