Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-26T17:00:20.000Z (about 3 years ago)
- Last Synced: 2023-08-14T21:42:56.751Z (over 1 year 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