Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Course Homework

Repository containing homework assignments completed during the Fullstack Developer course.

About

This repository stores Node.js backend homework assignments and practice tasks completed during the learning process.

Each homework assignment is implemented in a separate Git branch to keep tasks isolated and organized.

Tech Stack

  • Node.js
  • npm
  • ESLint
  • Prettier
  • Nodemon

Project Setup

Install dependencies

npm install

Run application

npm run start

Run development server

npm run dev

Branch Structure

Each homework task is developed in a dedicated branch.


main
├── 01-express
├── 02-mongodb
├── 03-validation
├── 04-auth
└── 05-mail-and-img

Project Structure


nodejs-hw/
├── src/
├── package.json
├── package-lock.json
├── .gitignore
├── .prettierrc
├── eslint.config.js
└── README.md

Code Quality

The project uses:

  • ESLint for code linting
  • Prettier for code formatting
  • Nodemon for development workflow

Author

Developed by Artem Chupylko as part of a Fullstack Web Developer learning journey.

About

GoIT Node.js Homework

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages