• Stars
    star
    1
  • Language
    Java
  • Created almost 5 years ago
  • Updated almost 2 years ago

Reviews

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

Repository Details

This is an Transport deals website made on java framework like Spring and Hibernate. Using this website, customers can book their deals and transporter can post their deals.

More Repositories

1

Water-Delivery-App

It is made using Node.js, Express and SQL. This is a water delivery application which is a website for selling water related product like domestic water, tankers supply, etc.
JavaScript
4
star
2

Weather-Application-Project

This a Weather Application which shows the weather forecast of your desired location. It is made using NodeJs and ExpressJs.
JavaScript
2
star
3

Notes-Application

This is a simple NodeJs application for managing notes. Using command line arguments, users can add, delete, read, list notes.
JavaScript
2
star
4

Sending-Bulk-SMS-Twilio-Notify-Demo

SMS is a common method of sending short messages between cell phones, but these SMS can be sent to multiple users at a time using Twilio notify service. Sending bulk SMS to users at a time is possible using Twilio.
JavaScript
2
star
5

node-js-api-structure

This contains the basic structure of node js API
JavaScript
1
star
6

Greatdeal-Ecommerce-Project

This is an e-commerce website for selling and buying products. It is made on Java using Servlets and JDBC
Java
1
star
7

Formidable-Module-Demo

Formidable module is used for parsing form data, especially file uploads. It is easy to use and integrate into your project for handling incoming form data and file uploads.
JavaScript
1
star
8

Task-Manager-Project

This website allows users to manage their tasks. Here users can add tasks, delete tasks, update tasks, see their all tasks and many more
JavaScript
1
star
9

Express-Validator-Module-Demo

Validation in node.js can be easily done by using the express-validator module. This module is popular for data validation. There are other modules available in market like hapi/joi, etc but express-validator is widely used and popular among them.
JavaScript
1
star
10

Chat-Room-Project

This is Chat Application where users can chat with their friends easily by simply joining a room. It is a room based chatting site where all users can chat in that particular room with each other.
JavaScript
1
star
11

My-Resume

It is my Resume
JavaScript
1
star
12

Crafty-Gourav-Project

This is an e-commerce website made using Node.js and Express.js.
JavaScript
1
star
13

Validator-Module-Demo

Validator module is popular for validation. Validation is necessary to check whether the data is correct or not, so this module is easy to use and validates data quickly and easily.
JavaScript
1
star
14

CraftyGourav-Ecommerce-Project

This is an e-commerce website made on java framework like Spring and Hibernate. It's an Art and Crafty Website where users can buy their desired products
Java
1
star
15

File-Upload-Node.js-Demo

File uploading means a user from client machine requests to upload file to the server. For example, users can upload images, videos, etc on Facebook, Instagram, etc.
JavaScript
1
star
16

Student-Record-Management-System

It is made using C++ language. It is a student record management system through which admin can add, update, search, remove student and perform other operations too.
C++
1
star
17

Hapi-Joi-Validation-Demo

Hapi/Joi module is a popular module for data validation. This module validates the data based on schemas. There are various functions like optional(), required(), min(), max(), etc which make it easy to use and a user-friendly module for validating the data.
JavaScript
1
star
18

Online-SQL-Server-Demo

Online SQL server helps to connect your project with an online server instead of localhost database setup. To achieve this, the remotemysql site is popular for providing an online database to store our data in a secure way.
JavaScript
1
star
19

Request-Module-Demo

The request module is used to make HTTP calls. It is the simplest way of making HTTP calls in node.js using this request module. It follows redirects by default.
JavaScript
1
star
20

View-Engine-Demo-Node.js

View engines are useful for rendering web pages. There are many view engines available in the market like Mustache, Handlebars, EJS, etc but the most popular among them is EJS which simply stands for Embedded JavaScript. It is a simple templating language/engine that lets its user generate HTML with plain javascript.
JavaScript
1
star
21

Yargs-Module-Demo

Yargs module is used for creating your own command-line commands in node.js and helps in generating an elegant user interface. This module makes command-line arguments flexible and easy to use.
JavaScript
1
star
22

Synchronized-SQL-Demo-Node.js

The sync-sql module is designed to make synchronous queries to the database. Since normal SQL queries are asynchronous in node.js but if you want to run it synchronously, then it is possible using this module. In synchronized SQL, the result set is returned when the query is executed.
JavaScript
1
star
23

Static-Middleware-Express-Demo

Accessing static files are very useful when you want to put your static content accessible to the server for usage. To serve static files such as images, CSS files, and JavaScript files, etc we use the built-in middleware in node.js i.e. express.static.
JavaScript
1
star
24

Handlebars-View-Engine-Demo

Handlebars is a template engine that is widely used and easy to use. The pages contain .hbs extension and there are many other template engines in the market like EJS, Mustache, etc.
JavaScript
1
star
25

Express-Session-Management-Demo

Session management can be done in node.js by using the express-session module. It helps in saving the data in the key-value form. In this module, the session data is not saved in the cookie itself, just the session ID.
JavaScript
1
star
26

Send-Mail-Mailgun-Demo

Sending an email is an essential part of any project and it can be achieved by using Mailgun API. It is very popular for sending emails.
JavaScript
1
star
27

Configure-Node.js-Console-Font

You can format the console font in Node.js using the CHALK module. The chalk module is can be used to customize node console. By using it, one can change console look using features of it like bold the text, making underlines, highlighting the background color of a text, etc.
JavaScript
1
star
28

Stripe-Payment-Demo

Payment gateways help the user to make their payments. There are many payment gateways available in the market like Razorpay, Google pay, etc but the most popular among them is Stripe payment gateway. Stripe is the premier option for online credit card processing and it is also the most popular premium payment gateway.
JavaScript
1
star
29

Node.js-Read-Command-Line-Arguments-Demo

Command-line arguments (CLI) are strings of text used to pass additional information to a program when an application is running through the command line interface of an operating system. We can easily read these arguments by the global object in node i.e. process object.
JavaScript
1
star
30

MD5-Module-Demo

MD5 module in node.js uses a message-digest algorithm and it is a widely used hash function producing a 128-bit hash value. Password hashing is an important concept because, in the database, the actual password should not be stored as its a bad practice and also make the system less secure, so the password is stored in hashed form into the database which makes the system more secured.
JavaScript
1
star