Skip to content

PSR0001/MERN_NOTEBOOK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Make Notes with React App

MERN STACK

This project was bootstrapped with [MERN STACk]

MERN STACK

Contents

  1. Description
  2. Installation
  3. Languages
  4. Contribution

Description

This Projects based on MERN STACK.

Why Express ?

Express is the most popular Node web framework, and is the underlying library for a number of other popular Node web frameworks. It provides mechanisms to:

  • Write handlers for requests with different HTTP verbs at different URL paths (routes).
  • Integrate with "view" rendering engines in order to generate responses by inserting data into templates.
  • Set common web application settings like the port to use for connecting, and the location of templates that are used for rendering the response.
  • Add additional request processing "middleware" at any point within the request handling pipeline.

we are using Express for http request , Serving the Webpages.

How this Project will Help Us?

This project will help node.js developers to start making APIs and implementing sockets as well as provide an insight to the working of a basic IoT system.

Installation

Softeares Required :

Libraries :

Just install nodeJS & VS Code, open the repository on VS code and start working.

Start the Server :

For deployment:

npm start

For deployment:

npm run dev

Languages

  • C++