Closed ArunJainProcursorsMain closed 2 months ago
I have completed all the installation related things, but I am not able to understand npm @karthik-vishwakarma
@123Rajput0 , "npm" will used for react based UI application. For now you can start your project and npm command will use while integration.
My demo project is ready for review, 1.I've used an exception for this. 2.It has a crude operation. 3.and used MYSQL for database @karthik-vishwakarma
Machine Setup
Install brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Install Java 17
To install jdk 7 use the run the following command in terminal
brew install openjdk@17
Install Maven
Run the following command in terminal
brew install mvn
Setup Intelliaj community edition
Copy and paste the below url on chrome browser to donwload
https://www.jetbrains.com/idea/download/download-thanks.html?platform=macM1&code=IIC
Install the Intelliaj and added the maven path in maven settings. Follow the steps - > (i) Run command in terminal
mvn -version
(ii) Copy the maven home path ex -/opt/homebrew/Cellar/maven/3.9.8/libexec
(iii) Set it on maven setting below is the screenshot.Install the below plugins (i)Docker (ii)GitToolBox (iii)Lombok (iv)Markdown Editor (v)Rainbow Brackets (vi)One Dark Theme (Optional) (vii)Sonar Lint (viii)String Manipulation
Setup Visual Studio Community Edition
https://visualstudio.microsoft.com/downloads/
Install Mysql / or any compatible software for the Database
Visit this link to download the mysql
https://dev.mysql.com/get/Downloads/MySQL-9.0/mysql-9.0.0-macos14-arm64.dmg
To download workbenchhttps://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-workbench-community-8.0.38-macos-x86_64.dmg
Install git
Run the following command in terminal
brew install git
Generate and setup the rsa key (i) Run the following command in terminal
ssh-keygen -b 4096 -t rsa
(ii) Open the id_rsa.pub file following the path shows in terminal (iii) Copy the entire key. (iv) Go to Github setting -> click on ssh and gpg option -> paste inside the add new key in ssh. (v) Use the same public key while clone the first repository access as authentication.Install Postman
Run the following command in terminal
brew install postman
Install Docker
Copy and paste the below url on chrome browser
https://desktop.docker.com/mac/main/arm64/Docker.dmg?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-mac-arm64&_gl=1*jou58z*_ga*MTQ0MDM0MDI1OC4xNzIxNDUwMTE5*_ga_XJWPQMJYHQ*MTcyMTQ1MDExOS4xLjEuMTcyMTQ1MDEyMC41OS4wLjA.
Install npm
brew install node
Repository & Architecture Overview.
It is given by Karthik Vishwakarma
Implement User Management.
Create a demo project which perform the crud operation related to user management.