https://github.com/jernestmyers/basic-node-site
a basic, rudimentary NodeJS site as i begin learning to build my own back end.
https://github.com/jernestmyers/basic-node-site
Last synced: 4 months ago
JSON representation
a basic, rudimentary NodeJS site as i begin learning to build my own back end.
- Host: GitHub
- URL: https://github.com/jernestmyers/basic-node-site
- Owner: jernestmyers
- Created: 2021-12-21T15:54:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-26T17:00:20.000Z (over 3 years ago)
- Last Synced: 2024-12-27T04:26:29.180Z (5 months ago)
- Language: HTML
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# basic node site
this is a very rudimentary site to practice setting up a node site. the primary goal is to set up the server and route the file system, as described [here on the project specifications](https://www.theodinproject.com/paths/full-stack-javascript/courses/nodejs/lessons/basic-informational-site).
## live version
[use this link, then click "Run" for a live version](https://replit.com/@jernestmyers/basic-node-site#index.js).
## technologies used