An open API service indexing awesome lists of open source software.

https://github.com/hack-light/buildbootcamp


https://github.com/hack-light/buildbootcamp

Last synced: 2 months ago
JSON representation

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