Skip to content

ayush-sarda/TruckX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was build upon Spring Boot framework and PostgreSQL database. The architecture is comprised of two modules

  1. dashcam
  2. admin

Dashcam

  1. The dashcam module is responsible for the calls coming from the dashcam.
  2. The upload video endpoint is using one assumption i.e. the video will be uploaded and sent as a request parameter on the endpoint along with imei and filename as well.
  3. The video upload endpoint uses S3 for its cloud upload. The credentials for the same can be put in the application.properties file.

Admin

  1. The admin module is reponsible for exposing the endpoints to the admin user.
  2. The send command endpoint assumes a base url for any dashcam followed by imei number as a path variable, since there was no information provided as to where to send the request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages