A medical clinic appointment booking application created using HTML, CSS, NodeJS, ExpressJS, and a local MS SQL Database.
- NodeJS: https://nodejs.org/en/
- MS SQL Server Express: https://www.microsoft.com/en-ca/sql-server/sql-server-downloads
- SSMS: https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver15
npm i
- Run SSMS
- Set the server name as: localhost\SQLEXPRESS
- Press Connect
- Create a new database named 'clinic'
- Goto Security -> Login -> Create a new Login with user and pass as 'user' and 'user' respectively with default database as clinic
- While creating new Login, goto Securables and grant the user with all the permissions
- Right click on localhost\SQLEXPRESS -> Properties -> Security -> Switch to SQL Server and Windows Authentication mode
- Start the SQL Server Configuration Manager
- Goto SQL Server Services -> Right click SQL Server Broswer -> Properties -> Service -> Make the Start Mode Automatic
- Goto SQL Server Network Configuration -> Enable TCP/IP
- Disconnect and Connect to database with new login
- Execute Script.sql on clinic database
node app.js