Skip to content

Neha7199/mean-stack-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 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.

ATLAS_URI=mongodb://localhost:27017/mean-stack-example

Note: Before starting the application, make sure mongo service is running locally on port 27017. If not check in windows services or start it explicitly with command prompt. Refer this for more information.

Start the server application:

cd server
npm install
npm start

Start the client application:

cd client
npm install
npm start

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

About

Sample CRUD application built with the MEAN stack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.5%
  • HTML 2.2%
  • Shell 0.3%