Skip to content

Nyx1on/Snapify-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running App.js with Express.js using Nodemon

This README.md file provides instructions on how to run the app.js file, which utilizes Express.js, with Nodemon for automatic server restarts upon file changes.

Requirements

Ensure you have the following installed on your system:

  • Node.js - JavaScript runtime environment
  • Nodemon - Utility that monitors for changes in files and automatically restarts the server

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/Nyx1on/Snapify-backend.git
  2. Navigate to the project directory:

    cd <project-directory>
  3. Install dependencies:

    npm install

Configuration

No additional configuration is required. However, you may adjust settings in app.js according to your needs.

Usage

To start the server, run the following command:

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published