Skip to content

Latest commit

 

History

History
73 lines (40 loc) · 1.22 KB

README.md

File metadata and controls

73 lines (40 loc) · 1.22 KB

Layer0x🤞

Challenge 1:(Kadane Algorithm)

Challenge1.java.-.Layer0x.-.Visual.Studio.Code.2024-01-20.17-08-09.mp4

Challenge 2: (longest palindromic substring)

Challenge2.java.-.Layer0x.-.Visual.Studio.Code.2024-01-20.15-07-30.mp4

Challenge 3: (Calculate Average and Deviation of JSON Objects with Subjects)

Challenge3.py.-.Layer0x.-.Visual.Studio.Code.2024-01-20.15-10-00.mp4

Screenshot (51)

Task : Basic API Development & Deployment

Tech Stack

Client : gRPC with Nodejs

Server : gRPC with Nodejs,Express

Database: Mongodb

Run Locally

Clone the Project

 git clone https://github.com/Naveenyanamala/Layer0x.git

Go to the project Api folder

  cd Api

Install Dependencies

  npm install

Split the terminal two pannels

To Start the Server

  node server.js
  or
  npm run server

To Start the client

  node client.js
   or
  npm run client
Challenge4.mp4