Skip to content

facottryDev/main-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation Guide

Follow these steps to install and run the Node Express app locally:

  1. Fork the Repo & Clone to the repository to your local machine:

    git clone <forked url>
  2. Navigate to the project directory:

    cd facottry-backend
  3. Run the script to install dependencies:

    npm i
  4. Run the start command:

    npm run dev