https://github.com/georginapuig/node-express-course
https://github.com/georginapuig/node-express-course
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/georginapuig/node-express-course
- Owner: georginapuig
- Created: 2020-09-02T03:32:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T03:33:51.000Z (about 5 years ago)
- Last Synced: 2025-01-23T04:07:40.051Z (9 months ago)
- Language: JavaScript
- Size: 144 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
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