cd backend
pip install pipenv
pipenv shell
pipenv sync
Go to src/settings.py and change the database, user and password
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
cd ..
npm install
npm install --save mdbvue
npm run serve
npm run build
npm run lint