https://github.com/killshot13/node-express-course
An introduction to Node.js and Express.js servers
https://github.com/killshot13/node-express-course
Last synced: about 1 month ago
JSON representation
An introduction to Node.js and Express.js servers
- Host: GitHub
- URL: https://github.com/killshot13/node-express-course
- Owner: killshot13
- Created: 2021-08-05T05:33:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T17:29:58.000Z (about 1 year ago)
- Last Synced: 2025-02-07T12:46:37.274Z (3 months ago)
- Language: JavaScript
- Homepage: https://lab.github.com/everydeveloper/introduction-to-node-with-express
- Size: 182 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
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. You will be pushing code into this repository. Each branch shows what your code should look like (if you get stuck).
## Setup1. Download or clone this repo
2. Install dependencies: npm install
3. Navigate to the root directory
4. Start the server file: node server.js