Posts

Showing posts with the label projects

github publish error in vs code -- resolve

commands: git branch -M main gt init git status git add . ------------------------------------------------------------------------------------------------------------- terminal looks like: wadmin@wws-cpu-o-06:~/Desktop/chats$ git branch -M main wadmin@wws-cpu-o-06:~/Desktop/chats$ git init Reinitialized existing Git repository in /home/wadmin/Desktop/chats/.git/ wadmin@wws-cpu-o-06:~/Desktop/chats$ git status On branch main No commits yet Untracked files:   (use "git add <file>..." to include in what will be committed)         base/         chats/         core/         manage.py nothing added to commit but untracked files present (use "git add" to track) wadmin@wws-cpu-o-06:~/Desktop/chats$ git add .

covid-19 management system

Image
covid-19 management system   project created and modified by , shimanta das. ******************************************************************************* Project features -  1. visitors -  a. visitors directly able to see the covid-19 report of india,states of india and all over world.  b. They able to raise request of admit to hospital/healthcare.  2. Patient’s -  a. They able to register themselves .  b. login /logout themselves.  c. They can upload daily covid free test’s reports and isolation reports.  d. They can find their full information, reset password quickly , delete their their account .  3. Admin -  a. Admin able to upload new covid report/status of india,india’s states and world.  b Admin able to upload free bed status(which was booked before) and also generate patient’s total bill.  c. Admin able to view all admit patient’s bed status and able to see all type of “BOOKED” and “FREE” bed status .  d....