Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gnujoow/node-express-course
An introduction to Node.js and Express.js servers
https://github.com/gnujoow/node-express-course
Last synced: 21 days ago
JSON representation
An introduction to Node.js and Express.js servers
- Host: GitHub
- URL: https://github.com/gnujoow/node-express-course
- Owner: gnujoow
- Created: 2020-02-16T14:20:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-16T14:20:04.000Z (almost 5 years ago)
- Last Synced: 2024-10-27T09:50:53.649Z (2 months ago)
- Homepage: https://lab.github.com/everydeveloper/introduction-to-node-with-express
- Size: 146 KB
- Stars: 0
- Watchers: 2
- 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. 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