This project is really a good example pf how we can use express.js to build web application. In this all the content is coming from the back-end. Promise that not even a single line is written in the front-end.
Running Command
- npm start (to start Server)
- navigate to 'http://localhost:3000/'
Simply clone the project or you can download the project in ZIP format and extract it. You can simply clone the project using git bash by running below command - 'git clone https://github.com/hariomgola/webServer-express.js.git' Check the below Url to check functionality
- 'http://localhost:3000/'
- 'http://localhost:3000/about'
- 'http://localhost:3000/about/*'
- 'http://localhost:3000/data?dumyData=Hari'
- 'http://localhost:3000/any'
- Completed
Portfolio 💻 https://hariomgola.github.io/