https://github.com/ravi-prakash1907/internet-technologies
A BSc (hons) CS Project.
https://github.com/ravi-prakash1907/internet-technologies
bsc college hacktoberfest hacktoberfest2021 internet-technologies java javascript jdbc jsp practicals
Last synced: 28 days ago
JSON representation
A BSc (hons) CS Project.
- Host: GitHub
- URL: https://github.com/ravi-prakash1907/internet-technologies
- Owner: ravi-prakash1907
- License: gpl-3.0
- Created: 2019-08-26T14:09:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-05T14:58:16.000Z (almost 4 years ago)
- Last Synced: 2023-03-09T05:16:18.213Z (over 2 years ago)
- Topics: bsc, college, hacktoberfest, hacktoberfest2021, internet-technologies, java, javascript, jdbc, jsp, practicals
- Language: Java
- Homepage: https://ravi-prakash1907.github.io/Internet-Technologies/
- Size: 6.3 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Internet-Tehnologies
A repository to store BSc (hons) CS Practicals and Project## Practical List
Click here to see the [practical list](./Practical%20List.pdf).---
## Steps to run the JSP programs
> 1. Clone and Open the *JSP* directory in terminal/command prompt
> 2. Execute the following command:
> ```docker-compose up```
> 3. Open __*localhost:8888/practicals/*__ in the browser* For this, you must have docker installed on your system
---
## Steps to run the JavaScript
> 1. All JavaScript codes are kept in the [JavaScript](./JavaScript/) directory only.
> 2. There is no special dependancy required to be installed.
> 3. Ensure that `JavaScript` is not blocked on your browser, else code will not work!