Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1 KB

README.md

File metadata and controls

30 lines (24 loc) · 1 KB

Web Server using pure express.js

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.

Command User

Running Command
    - npm start (to start Server)
    - navigate to 'http://localhost:3000/'

Running Project

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

Server Url

- 'http://localhost:3000/'
- 'http://localhost:3000/about'
- 'http://localhost:3000/about/*'
- 'http://localhost:3000/data?dumyData=Hari'
- 'http://localhost:3000/any'

Project status

- Completed

Made with ❤️

Portfolio 💻 https://hariomgola.github.io/

👉 I see it I love it I code it