Skip to content

bleything/mean-stack-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 for building this application.

Demonstration of the web application

How To Run

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=mongodb+srv://<username>:<password>@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

Disclaimer

Use at your own risk; not a supported MongoDB product

About

Sample CRUD application built with the MEAN stack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 89.3%
  • Dockerfile 5.8%
  • HTML 3.3%
  • Other 1.6%