TheFakeHamma / random-quote-generator

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

Create Express Server #8

Open TheFakeHamma opened 2 months ago

TheFakeHamma commented 2 months ago

Description:
Create an index.js file inside the backend folder and set up a basic Express server.

Steps:

  1. Create an index.js file.
  2. Require Express and create an app.
  3. Set the server to listen on port 3000.
  4. Log a message to the console when the server is running.