Vehicles registration for Aspectus projects
In the restapi folder install the requirements and run the migrations to start running the api. In this project we are using python 3
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python managet.py runserver
To start runnning the GUI fo the project you need install and run the vue project in the frontend folder.
npm install
npm run serve