https://github.com/cybersayak/crud-hotel-nodejs
https://github.com/cybersayak/crud-hotel-nodejs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cybersayak/crud-hotel-nodejs
- Owner: Cybersayak
- Created: 2025-01-02T13:26:19.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-20T11:16:01.000Z (3 months ago)
- Last Synced: 2025-02-20T12:25:05.878Z (3 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# HELLO NODE JS
### Introduction to NODE JS
1. Node Js is a Runtime environment that allows JavaScript code to run in the server
2. NodeJs is built on top of Chrome V8 Engine which was developed to run JS in Browser
3. Package.Json - ensure a list of packages with their version
4. Package-lock.Json - ensure detailed of every package installed with version , sub dependencies etc
5. Call Back Function - A callback function is a function passed into another function as an argument, which is then invoked inside the outer function to complete some kind of routine or action.
6. fs Module - It Creates a File and Writes the Message inside
7. os Module -
8. Import Files-
9. Loadash-
### Introduction to Express JS
1. Server -
2. JSON -3. API -
4.
### MongoDB
### Mongoose
1. Models / Schema -
2. Body Parser -