• Stars
    star
    1
  • Language
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

React Basics

More Repositories

1

Build-Ecommerce-microservices-in-nodejs

Build Ecommerce microservices in nodejs
6
star
2

Nodejs-Microservices

Nodejs Microservices Reference Files
3
star
3

CSS-Animations

CSS Animations
3
star
4

CronJob_ShellScripting

Taking backup of Application Folder/Mysql DB/Postgresql DB backup using cronjob/shell-script
Shell
2
star
5

Electron-Apps

Electron Apps
2
star
6

nodejs_app_CI_CD

Sample nodejs App CI/CD
JavaScript
2
star
7

Openlayer_drag_drop

Drag and Drop items on Openlayer map
JavaScript
2
star
8

Ecommerce_App_angular

Building ecommerce app using Angular
2
star
9

Microfrontend_sample_application

Microfrontend sample application
2
star
10

TensorFlow

Projects on tensorflow js
2
star
11

nodejs_sample_projects

nodejs projects
CSS
2
star
12

AWS_Lambda_Private_Repo

AWS_Lambda_Private_Repo
2
star
13

Electron-link-bookmarking-and-reading-using-desktop-app

This application gives facility to users to add link and open it directly from the app
2
star
14

AWS_Lambda

Projects using AWS Lambda in nodejs
2
star
15

Crawler-in-nodejs-using-cheerio-and-puppeteer

Crawler in nodejs using cheerio and puppeteer
2
star
16

Draw_Rectangle_video_canvas

Draw rectangle on canvas using FabricJs
JavaScript
1
star
17

nodejs_sample_app

Nodejs Sample Application
JavaScript
1
star
18

Angular_Testing

Unit and Integration testing in Angular
1
star
19

BDD-with-Gherkin-and-Cucumber.js

Creating automation test cases for BDD using Gherkin and Cucumber
1
star
20

testRepo

testRepo
HTML
1
star
21

Simple-Microservices-in-Nodejs

Build simple microservices in nodejs
1
star
22

nodejs_mysql_connection_pooling

Connection pooling in NodeJs and Mysql
1
star
23

Docker

Dockerize PHP application
1
star
24

drag-drop-canvas

drag and drop on canvas
JavaScript
1
star
25

deepak_test_repo_CI_CD_Jenkins

Test
JavaScript
1
star
26

chrome_extension_content_script

Sample files to test content script
1
star
27

nodeJs_SSL_Selfsigned_certificate

Self sign certificate in nodejs
1
star
28

Angular-7-Login_Register

Login and Register functionality in Angular 7 (using material css)
1
star
29

NodeJs_basic_setup

Basic setup of nodejs projects
1
star
30

chatbot-in-reactjs

Create chatbot for ecommerce site in reactjs
1
star
31

pie-chart-canvas

Create pie chart using canvas
JavaScript
1
star
32

BDD-with-mocha_chai

Creating automation test cases for BDD using mocha & Chai
1
star
33

React_learning

Learn react with this tutorial
1
star
34

nodeJs_CI_CD_docker_Kubernetes

test project
JavaScript
1
star
35

npm_module_check_array_object

Module to check whether variable is array or object
1
star
36

deepak_test_repo_CI_CD_Jenkins_new

deepak_test_repo_CI_CD_Jenkins_new
JavaScript
1
star
37

Video_canvas_zooming

Selecting specific portion from Video and playing it on otherย canvas
JavaScript
1
star
38

Draw_popup_contextmenu_openlayers

If you want to draw something on openlayers and wanted to fill it up with some text and after that If you want to delete the features from openlayers then this repo will help you to implement the same.
HTML
1
star
39

threejs_earth_project

Moving moon around earth in three js
JavaScript
1
star
40

Integrating-Sequelize-ORM-and-Json-webtoken-in-NodeJs

Download zip file and extract it. To test please follow below steps :- Step 1:- Register test user using below url http://localhost:3000/api/users and pass below paramters in body(x-www-form-urlencoded) firstname :- test lastname :- test email :- [email protected] password :- 1234 role :- 1 Step 2:- Hit login api using http://localhost:3000/api/signin to generate json token. you will see below response { "auth": true, "accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiaWF0IjoxNTU4MTEwMTk1LCJleHAiOjE1NTgxOTY1OTV9.jDtvXgBOdtoOHrQxHxFDpMTlhW8vkMq1yWde_hJz1VM" } Step 3 :- Now create a sample post using http://localhost:3000/api/post. Please send above token in header request(x-access-token -- eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiaWF0IjoxNTU4MTEwMTk1LCJleHAiOjE1NTgxOTY1OTV9.jDtvXgBOdtoOHrQxHxFDpMTlhW8vkMq1yWde_hJz1VM) and sample post data in body(x-www-form-urlencoded) with below parameter title :- sample post title description :- sample post description
1
star