benoit-bremaud / angular-social-network

Angular is better than Somfony
MIT License
1 stars 0 forks source link

Setup Node.js and Express.js environment #1

Closed benoit-bremaud closed 4 months ago

benoit-bremaud commented 4 months ago

Description : Initialize a new Node.js project, install Express.js, and set up a basic Express server.

Steps :

Criteria for Success : The server runs on http://localhost:5000 and displays "Hello World" when accessing the root route.

benoit-bremaud commented 4 months ago

Setup initial branches

Description Initialize the project with npm init -y to create the package.json file and set up the initial branches main, development, and production.

Steps

Criteria for Success

benoit-bremaud commented 4 months ago

Setup Node.js and Express.js environment

Description Install Express.js in the Node.js project and set up a basic server to verify the installation.

Steps

Criteria for Success