Menu

Post image 1
Post image 2
Post image 3
Post image 4
Post image 5
Post image 6
Post image 7
Post image 8
Post image 9
Post image 10
Post image 11
Post image 12
Post image 13
Post image 14
Post image 15
Post image 16
Post image 17
Post image 18
1 / 18
0

Full Stack Development - Day 1

DEV Community·Janani Rs·26 days ago
#lKhYyHM7
#beginners#node#react#webdev#mongodb#created
Reading 0:00
15s threshold

Tools & Platforms Installed Vercel Render MongoDB Atlas MongoDB compass React + Node.js Setup First, I installed Node.js and verified the installation using Command Prompt. Then I created my React project using Vite. After setup, my react app(in local host): Creating My Node.js Server I created a file named: server.js Then I wrote a simple Node.js server and executed the code. Calculator Project I created a simple calculator using Node.js that performs: Addition Subtraction Multiplication Division The output: Express.js Introduction I created a new folder: myapp Inside the folder: npm init npm install express After installation, the node_modules folder was automatically created. Then I created named "app.js" and executed that code.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More