An open API service indexing awesome lists of open source software.

https://github.com/mongodb-developer/mean-stack-example

Sample CRUD application built with the MEAN stack.
https://github.com/mongodb-developer/mean-stack-example

Last synced: 2 months ago
JSON representation

Sample CRUD application built with the MEAN stack.

Awesome Lists containing this project

README

        

# MEAN Stack Sample Application

This is a simple CRUD application built using the MEAN (MongoDB, Express, Angular, Node.js) stack. You can also follow the step-by-step [tutorial](https://www.mongodb.com/languages/mean-stack-tutorial) for building this application.

![Demonstration of the web application](mean-demo.gif)

## How To Run

Set your [Atlas URI connection string](https://docs.atlas.mongodb.com/getting-started/) as a parameter in `server/.env`. Make sure you replace the username and password placeholders with your own credentials.

```
ATLAS_URI=mongodb+srv://:@sandbox.jadwj.mongodb.net/meanStackExample?retryWrites=true&w=majority
```

Start the server and client applications:
```
npm start
```

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

## Contributors ✨






Abirami Sukumaran







Stanimira Vlaeva







Abdullah Osama







Ben Bleything







Jesse Hall @codeSTACKr



## Disclaimer

Use at your own risk; not a supported MongoDB product