https://github.com/zonayedpca/node-web-server
The Main Project is Live here:
https://github.com/zonayedpca/node-web-server
express node nodejs
Last synced: 2 months ago
JSON representation
The Main Project is Live here:
- Host: GitHub
- URL: https://github.com/zonayedpca/node-web-server
- Owner: zonayedpca
- Created: 2018-09-12T13:20:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-12T13:34:06.000Z (almost 8 years ago)
- Last Synced: 2025-03-22T15:48:58.231Z (over 1 year ago)
- Topics: express, node, nodejs
- Language: HTML
- Homepage: https://zonayedpca-node-web-server.herokuapp.com/
- Size: 16.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node Web Server
This is a simple Node Express web server. The project structure is ready to use in any production node js web application
# Live Demo
[Demo](https//zonae.com)
# Clone by Git
```
git clone https://github.com/zonayedpca/node-web-server.git
```
# Install all the dependecies
```
npm install
```
# Start the Server
```
npm start
```
# Thanks
- Node JS
- Express JS
- EJS
- [Zonayed Ahmed](https://www.zonayed.me)