There are no reviews yet. Be the first to send feedback to the community and the maintainers!
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.Weather-Application-Project
This a Weather Application which shows the weather forecast of your desired location. It is made using NodeJs and ExpressJs.Notes-Application
This is a simple NodeJs application for managing notes. Using command line arguments, users can add, delete, read, list notes.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.node-js-api-structure
This contains the basic structure of node js APIGreatdeal-Ecommerce-Project
This is an e-commerce website for selling and buying products. It is made on Java using Servlets and JDBCFormidable-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.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 moreExpress-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.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.My-Resume
It is my ResumeCrafty-Gourav-Project
This is an e-commerce website made using Node.js and Express.js.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.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 productsFile-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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.Love Open Source and this site? Check out how you can help us