/Testing-in-NodeJS

Node.js is an open-source, server-side runtime environment. It provides a platform for building scalable, high-performance applications with event-driven, non-blocking I/O.

Primary LanguageJavaScript

Testing-in-NodeJS

This repository is for storing my code as I learn Node.js. It contains a variety of projects, from simple to complex, that I have worked on. I hope that by sharing my code, I can help other people learn Node.js as well.

Technologies Used in this Repository

Installation

Install my-project with npm

  npm install my-project
  cd my-project

Run Locally:

Clone the project

  git clone https://github.com/YashNuhash/Testing-in-NodeJS

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run dev

Authors:

Acknowledgements

I would like to thank the following people and resources for their help in creating this repository: