Skip to content

chandram/angular7-mean

Repository files navigation

MEAN (Mongo, Express, Angular 7.3.1 & Node)

This project was generated with Angular CLI version 7.3.1.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Running backend API server

Go to server directory and run npm run dev to start the api server running in port 4000, Navigate to http://localhost:4000/

BE server uses Express & MongoDB. Inorder to run MondoDB, download community version from https://www.mongodb.com/download-center/community or use brew install mongodb. Follow the general creation of data store /data/db. Run sudo mkdir -p /data/db & start the server using sudo ./mongod (add sudo if needed)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published