mdshohelrana / mean-stack

MEAN stack Mongoose, Express, Angular6, Node

Home Page:https://github.com/mdshohelrana/mean-stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MEAN Stack Angular Nodejs MongodbMIT license

This is the MEAN stack development project with angular6, nodejs, expressjs, mongodb developed by Angular CLI and visual studio code tools.

This project uses the MEAN stack:

Other tools and technologies used:

Prerequisites

  1. Install Node.js and MongoDB
  2. Install Angular CLI: npm i -g @angular/cli
  3. From project root folder install all the dependencies: npm i

RUN

  1. Run mongod and mongo serices (If you get any error like connection faild, just create the folder C:\data\db)
  2. npm run dev: concurrently execute MongoDB, Angular build, TypeScript compiler and Express server.
  3. npm run prod: run the project with a production bundle and AOT compilation

Preview

Preview

Author

About

MEAN stack Mongoose, Express, Angular6, Node

https://github.com/mdshohelrana/mean-stack

License:MIT License


Languages

Language:TypeScript 71.2%Language:HTML 21.1%Language:JavaScript 6.4%Language:CSS 1.3%