this repository contains source code of Backend api app, part of Plate License Detection Project. the main repo is private, and this is my codes as backend developer in this project.
I published my backend app source codes in this repository separately for resume.
you can view the schema of api and its docs in this
Postman collection
(if link is expired notice me to update it.
)
you can run this project by installing requirements.txt and run it locally or
To run this project with docker you can run docker-compose.yml
file to run the development image
(images of this app are public in pabbasi/pld_backend on Dockerhub
)
endpoints will be available on localhost:8000
.
- Note:
there is a Dockerfile and nginx config file infrontend/
which are my works too. as I put them in this repo.