-
In this app we just need to enter our basic details and submit it.
-
After that instantly our resume in pdf form will be generated.
git clone https://github.com/abhishek-sanwal/Social_Networking_rest_apis.git
docker-compose up
Now app is hosted at local host 8000 port.
Our home page ( http://127.0.0.1:8000/ ) will be like this
After we click on submit button data will be stored in backend db.
We can go to http://127.0.0.1:8000/list/ to list all resumes and download them
After clicking on download option resume will be downloaded instatntly.
docker-compose down