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.
- Host: GitHub
- URL: https://github.com/mongodb-developer/mean-stack-example
- Owner: mongodb-developer
- License: apache-2.0
- Created: 2022-02-23T13:29:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T13:32:50.000Z (over 1 year ago)
- Last Synced: 2025-03-22T13:51:25.865Z (3 months ago)
- Language: TypeScript
- Homepage: https://www.mongodb.com/languages/mean-stack-tutorial
- Size: 2.62 MB
- Stars: 61
- Watchers: 9
- Forks: 105
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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