Skip to content

Instantly share code, notes, and snippets.

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 )--->
@notdatkunal
notdatkunal / gist:ef7794bce51d8c2460531f0c86e94541
Created April 6, 2024 09:59
steps to install python and Django to your alma Linux server
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
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)
@notdatkunal
notdatkunal / INSTALLATION.md
Last active July 29, 2024 04:54
procedure to install python application without internet

how to install python dependancy on PC without internet

  • step 1 : write a sample requirements.txt using this link for instruction
  • step 2 : use this command python -m pip download -r requirements.txt in the same directory having this file or python -m pip download -r requirements.txt --dest whl_files this 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
https://vscode.dev/tunnel/notdatkunal/home/vsc
https://ssheasy.com/
https://drive.google.com/drive/folders/10MaCrOb0RdDgA7-dPufsRYIlt5x_bs_q