Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beebus/node-express-course
An introduction to Node.js and Express.js servers
https://github.com/beebus/node-express-course
express express-js expressjs javascript node-js nodejs postman-api tutorial
Last synced: 9 days ago
JSON representation
An introduction to Node.js and Express.js servers
- Host: GitHub
- URL: https://github.com/beebus/node-express-course
- Owner: beebus
- License: mit
- Created: 2019-09-06T11:00:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T04:34:19.000Z (about 2 years ago)
- Last Synced: 2024-10-26T12:36:06.389Z (about 2 months ago)
- Topics: express, express-js, expressjs, javascript, node-js, nodejs, postman-api, tutorial
- Language: JavaScript
- Homepage: https://lab.github.com/everydeveloper/introduction-to-node-with-express
- Size: 169 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).## Setup
1. Download or clone this repo
2. Install dependencies: npm install
3. Navigate to the root directory
4. Start the server file: node server.js