Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

BilousVladyslav/Driver-Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Driver Assistant

Tasks of this project:

  • User registartion
  • Authorization, retrieving/editing/deleting user profile.
  • Creating and editing records about user cars.
  • Tracking car position.
  • Tracking special cars position.

Run a service:

Command Line:
docker-compose up -d --build

Backend server will be run on: http://localhost:8005

If you need a logs run the command:

Command Line:

docker-compose logs -f