Skip to content

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

Notifications You must be signed in to change notification settings

reMRKableDev/node-basics-intro

Repository files navigation

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