📄️ Setting Up The Development Environment
A local development environment is a setup on your own computer that allows you to write, test and debug code. In order to have a functional local development environment, it is necessary to have certain software installed. Here is a brief introduction on setting up a local development environment, including a list of the software that needs to be installed:
📄️ Installing Git
Installing Git on Windows 10 is a straightforward process. Here is how you can do it:
📄️ Installing Node.js Using nvm
Installing Node.js on Windows using a Node Version Manager (nvm) is a good way to manage multiple versions of Node.js on the same machine. Here is how you can do it:
📄️ Installing PostgreSQL
Installing PostgreSQL on Windows is a straightforward process. Here is a tutorial on how to do it:
📄️ Installing an IDE
There are multiple IDE's to install but we will be installing VS Code along with some recommended themes and plugins.
📄️ Installing Python
Installing Python on Windows is a straightforward process. Here is a tutorial on how to do it:
📄️ Tasks
You are expected to complete these tasks in at most 72 hours.