Code used for the Node.js workshop for the CSE
#Before attending the workshop there are a few steps you must complete
-
Download and install a Node.js version that is compatible with your computer from here : https://nodejs.org/en/download/
-
Download and install a MongoDB version that is compatible with your computer from here : https://docs.mongodb.com/manual/installation/#mongodb-community-edition-installation-tutorials
-
Make sure to follow all the steps provided in the instructions of the installation process as it will be crucial for setting a proper environment for the workshop.
-
It's recommended that you add mongodb's path to the environment variables if you're using Windows.
-
Now you have two choices :
5.1) If you have git installed, open a terminal then go to the location in which you want to place the workshop files then type : git clone https://github.com/AymenRaouf/Nodejs-Workshop.git
5.2) Simply download the zip file from the repository then extract the files.
- Open a terminal inside the cloned files (inside Nodejs-Workshop) then type : npm install
#Here are some link that might help you set up your environment :
*Installing Node.js : https://www.youtube.com/watch?v=qZQmCfkmbNA
*Installing MongoDB : https://www.youtube.com/watch?v=1uFY60CESlM
#Important remark : Please prepare your environment beforehand as we can not assure that the internet connection will be available during the workshop