- step 1 : write a sample requirements.txt using this link for instruction
- step 2 : use this command
python -m pip download -r requirements.txtin the same directory having this file orpython -m pip download -r requirements.txt --dest whl_filesthis command to download it in specific folder - note : make sure the machine with internet where you are downloading these files have same system config as the non internet PC so that the installation will go smooth
- make a zip to transfer of the directory to transfer it to the non internet pc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1 college name , subject | |
| 2 index | |
| 3 introduction about topic (project cvirms) why ? how the need of tracking system is developed ?(with growing population in india, tracking hotel visitors has become crucial problem for both hotel visitors and police departments. growing tourism ,) (to have a record management system for hotels so that this information can be used by police officers to track criminals) | |
| 4 how ? (process) : hotels owners will add information of every visitor in his/her hotel. So that they can have one directory where all the information of visitors in particular city is available. | |
| 5. Stack - FrontEnd (html,bootstrap,css,javascript,jquery), BackEnd(java,spring boot,mysql) (logos) | |
| 6 Use Case Diagrams , models , ER diagrams | |
| 7 Flow (hotel owner) hotel owner will add information --> (image,name,age,adress,contact,checkin time ,checkout time) --->hotel owner will have access to all visitors information in his hotel --- > owner can checkout and update the information of visitor . | |
| 8 Flow (Police )---> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo dnf groupinstall development | |
| sudo dnf install python3 | |
| python3 --version | |
| python3 -m venv dev | |
| source dev/bin/activate | |
| pip install django | |
| pip install --upgrade pip | |
| pip install django | |
| django-admin --version |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| managing a rest API through AWS | |
| - ec2 - (elastic Compute Cloud) : It is a compute service in aws. | |
| - elb : (elastic load balancer ) ; | |
| - [low latency](https://ibb.co/3FKHXPM) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://vscode.dev/tunnel/notdatkunal/home/vsc | |
| https://ssheasy.com/ | |
| https://drive.google.com/drive/folders/10MaCrOb0RdDgA7-dPufsRYIlt5x_bs_q |