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.
Set up NVM ( https://github.com/nvm-sh/nvm)
Set up node & npm (https://www.npmjs.com/get-npm)
At the root of the project :
npm install
Launch the application :
npm run serve
npm run build
npm run lint
The project uses a firestore database, which is BaaS document-oriented database.
From the overview of the project, select 'Firestore Database' to manipulate it.