Follow these steps to install and run the Node Express app locally:
-
Fork the Repo & Clone to the repository to your local machine:
git clone <forked url>
-
Navigate to the project directory:
cd facottry-backend
-
Run the script to install dependencies:
npm i
-
Run the start command:
npm run dev