0% found this document useful (0 votes)
14 views1 page

Web Dev Installation Guide

The document is an installation guide for various software tools including Figma, Node JS, Git, Postman, MongoDB Compass, Visual Studio Code, and AWS, with links provided for signing up and downloading each tool. It outlines the technology stack being used, which includes MongoDB, Express, React, and Node JS, emphasizing that Express and React depend on Node JS. Additionally, it suggests downloading Firefox Developer Edition for an enhanced development experience.

Uploaded by

yza61540
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views1 page

Web Dev Installation Guide

The document is an installation guide for various software tools including Figma, Node JS, Git, Postman, MongoDB Compass, Visual Studio Code, and AWS, with links provided for signing up and downloading each tool. It outlines the technology stack being used, which includes MongoDB, Express, React, and Node JS, emphasizing that Express and React depend on Node JS. Additionally, it suggests downloading Firefox Developer Edition for an enhanced development experience.

Uploaded by

yza61540
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Installation Guide

install the following:


 Figma – Design Tool
1. Sign up: https://www.figma.com/
2. Download: https://www.figma.com/downloads/
 node JS – JS engine
1. Download: https://nodejs.org/en/download/
 Git – Version control
1. Sign up: https://github.com/
2. Download git: https://git-scm.com/downloads
 Postman – API testing
1. Sign up: https://www.postman.com/
2. Download: https://www.postman.com/downloads/
 MongoDB Compass – Database
1. sign up: https://www.mongodb.com/atlas/database
2. download compass: https://www.mongodb.com/try/download/community
 Visual studio code – Editor
1. Download: https://code.visualstudio.com/
 AWS – Amazon Web Services (Deploying application)
1. Sign up: https://aws.amazon.com/
Note: Use student accounts for signing in for free access for a year

Stack being used:


M - mongoDB{database}
E - express (web dev framework){backend and server}
R - react(library){front end}
N - node js{server side}

remember both Express and react are depended on node JS and we will be installing
these dependencies using npm (node package manager)

Download Firefox Developer edition for more convenient dev View of the
application:
https://www.mozilla.org/en-US/firefox/developer/

You might also like