Skip to content

varun-320/project-

Repository files navigation

A Workshop on Express JS

License

Description

Learn Express JS and build a simple REST API

Table of Contents

Installation

To get started with the workshop, follow these steps:

  1. Clone this repository to your local machine. Open your terminal and run the following command:

    • Link to Donload Git: Git
    git clone https://github.com/adithyapaib/expresstut
    • Configure the git user name and email using the following commands:
    git config --global user.name "Your Name"
    git config --global user.email "[email protected]"
  2. Navigate to the project directory:

    cd expresstut
  3. Install the required dependencies:

    npm install
  4. Install Nodemon globally:

    npm install -g nodemon
  5. Start the application:

    nodemon index.js
  6. Open your browser and navigate to http://localhost:3000/ to see the application in action.

Releases

No releases published

Packages

No packages published