• Stars
    star
    3
  • Rank 3,954,916 (Top 79 %)
  • Language
    JavaScript
  • Created over 1 year ago
  • Updated over 1 year ago

Reviews

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

Repository Details

The lifecycle of a MERN application involves several stages, starting from setting up the backend API and ending with making axios calls from the frontend. Here's a step-by-step overview of the lifecycle:

More Repositories

1

techcrunch-api

TechCrunch API is a Node.js package that allows you to scrape articles from TechCrunch based on categories or tags. This package is designed for systems using Ubuntu or other Debian-based distributions that support sudo commands, leveraging Puppeteer
JavaScript
17
star
2

You-Should-Know-JavaScript

Basics of JavaScript 1. History of JavaScript 2. Getting Started with JavaScript 3. Data Types 4. Different Types of console.log() 5. Variables (var, let, const) and Its Scope 6. Operators 7. Type Conversions 8. Control Flow (If else ,loops, break, switch) 9. Functions In JavaScript 10. Objects In JavaScript 11. Arrays In JavaScript
JavaScript
17
star
3

MongoDB-Methods

MongoDB is a NoSQL document-oriented database system. It provides a rich set of methods and functions to interact with the database. Here are some of the most commonly used methods in MongoDB
JavaScript
7
star
4

express-validator

Express Validator is a middleware for the Node.js web application framework called Express. It provides a set of functions and methods to validate and sanitize user input data received from HTML forms or any other client-side inputs before processing it further.
JavaScript
5
star
5

suhailroushan13

Software Engineer at T-Works | CS.CODE.IN Fellow '21 | Startup Tech Innovator
2
star
6

GitHub-SubFolder-Cloner

Yes ..Now You Can Clone Subfolders From Any GitHub Repository . You can turn a folder within a Git repository into a brand new repository. ... If you create a new clone of the repository, you won't lose any of your Git history
Shell
2
star
7

npm-mern-template

npm-mern-template is an npm package offering a pre-configured MERN (MongoDB, Express.js, React.js, Node.js) stack template. It streamlines web development by providing a ready-to-use backend server, React frontend, and MongoDB integration. Developers can quickly kickstart their MERN projects and focus on building feature-rich applications.
Shell
2
star
8

expressRegisterLogin

"Register" and "Login" are terms commonly used in the context of online accounts and authentication systems.
JavaScript
1
star
9

MySQL-CheatSheet

The SQL Basics Cheat Sheet provides you with the syntax of all basics clauses, shows you how to write different conditions, and has examples. You can download this cheat sheet as follows:
1
star
10

CRUD-NodeJS

This application is a simple implementation of the CRUD (Create, Read, Update, Delete) operations using plain NodeJS without any frameworks or libraries.
JavaScript
1
star
11

1.NumberSystem

1
star
12

npm-react-setup

An Easy Way for Beginners to Learn React
Shell
1
star
13

Suhail-API-Github

This article describes how to quickly get started with the GitHub REST API using GitHub CLI, JavaScript, or cURL. For a more detailed guide, see "Getting started with the REST API."
Shell
1
star
14

notesAppSecureU

Develop a simple SaaS application backend that allows users to register, log in, and manage a personal notes system. The backend should be built using Node.js, express RESTful APIs, and MongoDB, and deployed on Digital Ocean. The application must include secure authentication and authorization mechanisms
JavaScript
1
star
15

Docker

Docker is useful to automate the deployment of applications inside a software containers, which makes the applications easy to ship and run virtually anywhere (i.e, platform independent). The Docker container processes run on the host kernel, unlike VM which runs processes in guest kernel.
1
star
16

SocialMediaAutomation

Social media automation is a useful technique that can save time, increase productivity, and improve engagement with your audience. By using automation tools and programming languages like Express with APIs for Instagram, Twitter, LinkedIn, and Medium, you can schedule posts
JavaScript
1
star
17

Dates-JavaScript

In JavaScript, the Date object is used to work with dates and times. It allows developers to create, manipulate, and format dates and times, making it a versatile tool for a wide range of applications.
JavaScript
1
star