Skip to content

CarlosW1998/VehiclesRegistration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VehiclesRegistration

Vehicles registration for Aspectus projects

Installation

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

About

Vehicles registration for Aspectus projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published