TheFakeHamma / random-quote-generator

Side project for fun
MIT License
0 stars 0 forks source link

Set Up Node.js Project #6

Closed TheFakeHamma closed 2 months ago

TheFakeHamma commented 2 months ago

Description:
Initialize a new Node.js project inside the backend folder.

Steps:

  1. Navigate to the backend folder.
  2. Run npm init -y to create a package.json file.
TheFakeHamma commented 2 months ago

Done