Skip to content

danbigma/MeanProject

Repository files navigation

Nest Logo

Mean STACK

The MEAN stack is a JavaScript-based framework for developing web applications. MEAN is named after MongoDB, Express, Angular, and Node, the four key technologies that make up the layers of the stack.

MongoDB — document database Express(.js) — Node.js web framework Angular(.js) — a client-side JavaScript framework Node(.js) — the premier JavaScript web server

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js installed (recommend version v18.17.0 or higher)
  • MongoDB installed and running locally or accessible remotely

Installation

To install the project dependencies, follow these steps:

GitHub

git clone https://github.com/danbigma/MeanProject.git
cd MeanProject
npm install            # Install server dependencies
npm run client-install # Install client dependencies

npm run dev # Running the Project !!!

npm run server # Running the server only
npm run client # Running the client only

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published