Giter Site home page Giter Site logo

remrkabledev / node-basics-intro Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 41.0 54.02 MB

An introduction to Node.js using a collection of example applications.

JavaScript 74.06% HTML 4.06% CSS 3.17% SCSS 0.67% Handlebars 16.99% EJS 1.05%
nodejs mongoose sequelize ejs-express ejs-templates hbs

node-basics-intro's Introduction

Node Basics Intro ๐Ÿš€๐Ÿš€๐Ÿš€

CodeFactor Renovate

This repo holds small node projects that introduce concepts, practices and techniques used with Node.js

node-banner

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them

NPM / Yarn
Code Editor (This app was built on VSCode)
Git

Installing

To get this project on your local machine, you first need to clone it using the git clone command.

git clone https://github.com/reMRKableDev/node-basics-intro.git

Running this on your terminal will ensure you receive the latest version with all it's changes.

Once you've cloned, navigate into your desired project folder and run:

npm install

This should retrieve all the necessary dependencies named in the package.json file.

How To Use:

Once dependencies are installed, each project can be run using:

npm start

Running tests ๐Ÿงช

The testing framework utilized is Jest. Tests can be run by using the command:

npm test

OR

npm run test

Contributing ๐Ÿ‘‹

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note that there is a code of conduct, please follow it in all your interactions with the project.

  1. Ensure any install or build dependencies are removed before the end of the layer when doing a build.

  2. Update the README.md with details of changes to the interface, this includes new environment variables, exposed ports, useful file locations and container parameters.

Authors ๐Ÿ’ป

  • Malcolm R. Kente - Initial work - reMRKable Dev
  • Lloyd Chambrier - developed node-api-requests & node-omdb-api repo found in node-express-api folder - LloydC

Acknowledgments ๐Ÿ—ฃ๏ธ

Node.js

Express.js

Handlebars.js

MySQL Node.js JavaScript Client

node-basics-intro's People

Contributors

dependabot[bot] avatar lloydc avatar remrkabledev avatar renovate-bot avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

node-basics-intro's Issues

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: undefined. Note: this is a nested preset so please contact the preset author if you are unable to fix it yourself.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

npm
01-node-native-modules-starter/basics/node-npm/package.json
  • chalk ^5.0.1
01-node-native-modules-starter/servers/node-http-server/package.json
  • supertest ^6.3.3
  • jest 29.7.0
02-node-express-starter/basic-routing/package.json
  • express ^4.18.2
02-node-express-starter/static-files/node-express-static-files/package.json
  • dotenv ^16.0.3
  • express ^4.18.2
  • jest 29.7.0
  • supertest 6.3.4
02-node-express-starter/static-files/node-express-static-html-form/package.json
  • express ^4.18.2
  • morgan ^1.10.0
  • jest 29.7.0
  • supertest 6.3.4
03-node-express-template-engines/hbs/modular/package.json
  • express ^4.18.1
  • hbs ^4.2.0
03-node-express-template-engines/hbs/simple/package.json
  • express ^4.18.1
  • hbs ^4.2.0
  • morgan ^1.10.0
03-node-express-template-engines/node-template-engines-ejs/package.json
  • ejs ^3.1.8
  • express ^4.18.1
04-node-express-api/node-express-json-data/package.json
  • express ^4.18.1
  • morgan ^1.10.0
  • jest 29.7.0
  • supertest 6.3.4
04-node-express-api/omdb-api/modular/package.json
  • axios ^1.0.0
  • dotenv ^16.0.1
  • express ^4.18.1
  • hbs ^4.2.0
  • morgan ^1.10.0
04-node-express-api/omdb-api/simple/package.json
  • axios ^1.0.0
  • dotenv ^16.0.1
  • express ^4.18.1
  • hbs ^4.2.0
  • mongoose ^8.0.0
  • morgan ^1.10.0
04-node-express-api/weather-api/modular/package.json
  • axios ^1.0.0
  • cities.json ^1.1.12
  • express ^4.18.1
  • hbs ^4.2.0
  • morgan ^1.10.0
04-node-express-api/weather-api/simple/package.json
  • axios ^1.0.0
  • cities.json ^1.1.12
  • express ^4.18.1
  • hbs ^4.2.0
  • morgan ^1.10.0
05-node-mongoose-odm-starter/modular/package.json
  • mongoose ^8.0.0
05-node-mongoose-odm-starter/simple/package.json
  • mongoose ^8.0.0
06-node-express-databases/node-crud-demo/package.json
  • body-parser ^1.20.0
  • cookie-parser ^1.4.6
  • dotenv ^16.0.1
  • express ^4.18.1
  • hbs ^4.2.0
  • mongoose ^8.0.0
  • morgan ^1.10.0
  • node-sass-middleware ^1.0.1
  • serve-favicon ^2.5.0
06-node-express-databases/node-express-mongo-crud-library/package.json
  • body-parser 1.20.2
  • cookie-parser 1.4.6
  • dotenv 16.4.5
  • express 4.19.2
  • hbs 4.2.0
  • mongoose 8.3.0
  • morgan 1.10.0
  • node-sass-middleware 1.1.0
  • serve-favicon 2.5.0
  • nodemon 3.1.0
06-node-express-databases/node-express-mongo-relations-blog/package.json
  • cookie-parser 1.4.6
  • dotenv 16.4.5
  • express 4.19.2
  • hbs 4.2.0
  • mongoose 8.3.0
  • morgan 1.10.0
  • node-sass-middleware 1.1.0
  • serve-favicon 2.5.0
  • nodemon 3.1.0
06-node-express-databases/node-mysql/package.json
  • dotenv ^16.0.1
  • express ^4.18.1
  • mysql ^2.18.1
07-node-express-authentication/node-auth-passport-google/package.json
  • bcrypt 5.1.1
  • body-parser 1.20.2
  • connect-flash 0.1.1
  • connect-mongo 5.1.0
  • cookie-parser 1.4.6
  • dotenv 16.4.5
  • express 4.19.2
  • express-session 1.18.0
  • hbs 4.2.0
  • mongoose 8.3.0
  • morgan 1.10.0
  • node-sass-middleware 1.1.0
  • passport 0.7.0
  • passport-google-oauth20 2.0.0
  • serve-favicon 2.5.0
  • nodemon 3.1.0
07-node-express-authentication/node-auth-passport/package.json
  • bcrypt 5.1.1
  • connect-flash 0.1.1
  • connect-mongo 5.1.0
  • cookie-parser 1.4.6
  • dotenv 16.4.5
  • express 4.19.2
  • express-session 1.18.0
  • hbs 4.2.0
  • mongoose 8.3.0
  • morgan 1.10.0
  • node-sass-middleware 1.1.0
  • passport 0.7.0
  • passport-local 1.0.0
  • serve-favicon 2.5.0
  • nodemon 3.1.0
07-node-express-authentication/node-auth-user-registration/package.json
  • bcrypt 5.1.1
  • connect-mongo 5.1.0
  • cookie-parser 1.4.6
  • dotenv 16.4.5
  • express 4.19.2
  • express-session 1.18.0
  • hbs 4.2.0
  • http-errors 2.0.0
  • mongoose 8.3.0
  • morgan 1.10.0
  • serve-favicon 2.5.0
  • debug 4.3.4
  • nodemon 3.1.0
07-node-express-authentication/node-bcrypt-intro/package.json
  • bcrypt ^5.1.0
08-node-express-uploading/package.json
  • body-parser 1.20.2
  • cloudinary 2.1.0
  • cookie-parser 1.4.6
  • dotenv 16.4.5
  • express 4.19.2
  • hbs 4.2.0
  • mongoose 8.3.0
  • morgan 1.10.0
  • multer 1.4.4
  • multer-storage-cloudinary 4.0.0
  • serve-favicon 2.5.0
  • nodemon 3.1.0

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.