Asami-1 / OrganiChart

A web-app to see and manage employees' department, position and avaiilability. Technos inclue vue.js and django. This app is developed for BASF (https://www.basf.com/fr), a chemistry company.
1 stars 0 forks source link

OrganiChart

A web-app to see and manage employees' department, position and availability. Technos include vue.js and django. This app is developed for BASF (https://www.basf.com/fr), a chemistry company.

Requirements

Launching the app

At the root of the project :

npm install

Launch the application :

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Firebase

The project uses a firestore database, which is BaaS document-oriented database.

From the overview of the project, select 'Firestore Database' to manipulate it.