https://github.com/technocake/node-express-server-intro
An introduction to Node.js and Express.js servers
https://github.com/technocake/node-express-server-intro
Last synced: 5 months ago
JSON representation
An introduction to Node.js and Express.js servers
- Host: GitHub
- URL: https://github.com/technocake/node-express-server-intro
- Owner: technocake
- Created: 2019-08-16T19:32:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-16T19:32:40.000Z (almost 7 years ago)
- Last Synced: 2025-06-18T04:39:00.904Z (about 1 year ago)
- Homepage: https://lab.github.com/everydeveloper/introduction-to-node-with-express
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NodeJs and Express Tutorial
## Description
This is a reference for the NodeJS and Express intro tutorial. Using this, you can create a basic JSON server. If you get stuck in the tutorial, you can use this as a reference.
## Setup
1. Download or clone this repo
2. Navigate to the root directory
3. Install Depandancies: npm install
4. Start the server file: node server.js