MEAN Stack Sample App

This is a simple CRUD application built using the MEAN (MongoDB, Express, Angular, Node.js) stack

Richa Deshpande avatar
Written by Richa Deshpande
Updated over a week ago

Tutorial

Follow the step-by-step tutorial for building this application.

How To Run

  1. Set your Atlas URI connection string as a parameter in server/.env. Make sure you replace the username and password placeholders with your own credentials.

ATLAS_URI=<Your Atlas Connection String>

2. Start the server and client applications:

npm start

3. When both applications are built and running, open your browser on http://localhost:4200/.

Demo

Demonstration of the web application

Did this answer your question?