https://github.com/hack-light/buildbootcamp
https://github.com/hack-light/buildbootcamp
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hack-light/buildbootcamp
- Owner: Hack-Light
- Created: 2022-03-04T08:38:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-15T03:23:49.000Z (about 4 years ago)
- Last Synced: 2025-02-11T21:45:52.810Z (about 1 year ago)
- Size: 143 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# **BUILD BOOTCAMP**
## **NODE.JS CURRICULUM**
- What is NodeJS
- Node Design/Architecture
- Installing Node
- Node Modules Made Easy
- Path Module
- File System Module
- HTTP Module
- Node Package Manager - Installing, deleting, updating, using packages
- Express
- Middlewares
- Templating Engine
- Database Integration
- Authentication
- CRUD Operations using MongoDB
Projects
- Create a simple Note Taking App with Authentication.
*****
> **Build Bootcamp spans 4 weeks, so all topics listed here are divided across this time frame.**
### WEEK 1
- What is NodeJS
- Node Architecture
- Installing Node
- Node Modules
- Path Module
- File System Module
- HTTP Module
- Node Package Manager - Installing, deleting, updating, using packages
### WEEK 2
- Express
- Middlewares
- Templating Engine
### WEEK 3
- Database Integration
- Authentication
- CRUD Operations using MongoDB
### WEEK 4
- Final Project