https://github.com/coderooz/hello-world-web-server
This project will create a simple Node.js web server that returns "Hello World" using the Express framework.
https://github.com/coderooz/hello-world-web-server
Last synced: 12 months ago
JSON representation
This project will create a simple Node.js web server that returns "Hello World" using the Express framework.
- Host: GitHub
- URL: https://github.com/coderooz/hello-world-web-server
- Owner: coderooz
- License: mit
- Created: 2024-07-17T03:08:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-08T06:43:11.000Z (about 1 year ago)
- Last Synced: 2025-02-04T14:36:20.403Z (about 1 year ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Hello World Web Server
This is a simple Node.js web server that returns "Hello World" using the Express framework.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
You need to have Node.js and npm installed on your local machine.
- [Node.js](https://nodejs.org/)
- [npm](https://www.npmjs.com/)
### Installing
1. Clone the repository:
```bash
git clone https://github.com/coderooz/Hello-World-Web-Server.git
cd hello-world-web-server
```
2. Install the dependencies:
```bash
npm install express
```
3. Start the server:
```bash
node index.js
```
### Usage
Open your browser and go to `http://localhost:3000`. You should see "Hello World!".

### Built With
- [Express](https://expressjs.com/) - The web framework used
### Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
### Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/coderooz/hello-world-web-server/tags).
### Authors
- **Ranit Saha** - [Coderooz](https://github.com/coderooz)
### License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details