Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alonach/nodejsproject
This is the Node.js project for a basic Node.js course in Business College Helsinki
https://github.com/alonach/nodejsproject
Last synced: about 5 hours ago
JSON representation
This is the Node.js project for a basic Node.js course in Business College Helsinki
- Host: GitHub
- URL: https://github.com/alonach/nodejsproject
- Owner: AlonaCh
- Created: 2023-12-15T10:33:10.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-21T18:03:36.000Z (10 months ago)
- Last Synced: 2024-01-22T21:13:32.417Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Create a single-page application to use the data
- Create a folder for the project
- Create json file for the data
- Create data access layer for the data
- Create a single-page application to use the data
- Submit the project
- Create the following operations:
get all
get one
insert
remove