This repository contains codes for full stack web development using NodeJS as your environment.
Before you get started developing your web application. Make sure your machine met the prerequisites below.
- MongoDB version >= 4. Download here
- NodeJS version >= 14. Download here
- Git Download here
-
[1] Go to your project folder. The folder where your project will be.
-
[3] On your Git Bash CLI type the code below. This will clone this project page onto your machine. You must be connected to the internet to download this code.
git clone https://github.com/Coding-Robotics-Club/Web-Development-with-Nodejs.git
- [4] Once the Git has finished cloning this project. Proceed with this step by entering the code below.
cd Web-Development-with-Nodejs
- [5] Choose one of the project and CD into that project.
cd Web-Development-with-Nodejs/Covid19App
or
cd Web-Development-with-Nodejs/Covid19HybridApp
- [6] Once inside y the project of your choice. Enter this command below to install all the dependencies for this project. Again you need internet connection for this.
npm install