0% found this document useful (0 votes)
3 views1 page

Setup Hospital System with VS Code

Uploaded by

Bong Nak
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Setup Hospital System with VS Code

Uploaded by

Bong Nak
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

1.

install VS code (coding)


2. install laragon (Local Development Environment, webserver)
Coding:
Folder Structure (inside C:\laragon\www\hospital-system)
hospital-system/
├── db/
│ └── [Link] ← SQLite database file
├── includes/
│ └── [Link] ← SQLite connection
├── [Link] ← Login form
├── [Link] ← Dashboard after login
├── [Link] ← Logout logic
└── [Link] ← (Optional: creates tables)

You might also like