Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

HackYourFuture-CPH/node.js

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning

This repo has been archived and is no longer in use. Please check out the new Program for up-to-date material.

Please help us improve and share your feedback! If you find better tutorials or links, please share them by opening a Pull Request.

NodeJS - Fullstack development

For almost any web application, it is essential to have a backend. The backend is a place where we, the developers, can store our data, communicate with users and let the users communicate with us, do smart things like calculations, data processing etc.

There are many languages for this. We might've heard of Java, C, C++, Go, Python, Ruby, PHP and the list goes on. There are two reasons why we at HYF choose Node.JS over others:

  1. You already know JavaScript, so it's easier to get started than other languages
  2. Node.js is great for making web APIs because it is asynchronous by nature and thus allows for high input/output. By this we mean that it allows many users to make very light requests at the same time.

In this 3-week module, we will use NodeJS to create and connect both the backend api and serve the frontend html, css and javascript. Most of this course will focus on the backend part. Meaning building a webserver that has an api connected to a database.

Database <--> Webserver

Planning

Week Topic Preparation Homework Lesson plan
1. HTTP
Introduction to node js
Simple webserver
Preparation Homework Lesson plan
2. Express Preparation Homework Lesson plan
3. Database connection
API
Preparation Homework Lesson plan

Pre-requisites

We will build on knowledge from the following HYF (sub)modules. If we feel we have gaps we should review the curriculum ourselves or ask a teacher to help.

What will we learn?

  • What is Node.js?
  • Using Node Package Manager (NPM)
  • Using import to include modules
  • Using express to make a RESTful API
  • Using mysql to connect the API to the backend
  • Postman

Extra practice

If you have the time, you could follow another simple set of exercises to get a better grasp of Node.js and some more practice. Feel free to bring any questions from this to the class or raise them on slack!

Clone the repository that holds the exercises templates: https://github.com/HackYourFuture-CPH/Nodejs-exercise-template.git

See each week's readme.md and follow the instructions to setup the server.

About

NodeJS - Fullstack development

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 34

Morty Proxy This is a proxified and sanitized view of the page, visit original site.