MatinKHD / MEAN-APP

this is demo app that works with MEAN stack(mongodb as database, express as server-side framework, angular as client-side framework, and node as server-side platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MeanCourse

by @MainKHD

Alt Intro

Table of Content

  • Live Demo

  • Getting Strated

  • Useful Commands

  • Features

  • Stack

    Getting started

      git clone https://github.com/MatinKHD/MEAN-APP.git new-project
      cd new project
      npm install
      npm start
      cd backend
      npm install
      npm start-server

    Useful Commands

    • npm start -start dev server
    • npm run start:prod - runs full prod build and serves prod bundle
    • npm run test - runs lint and tests
    • npm run e2e - runs end-to-end tests
    • npm run watch - runs tests in watch mode
    • npm run start-server - runs nodemon for backend api & server

    Features

    • Lazy-loading of post and auth module
    • Multer for storing files and images in server-side
    • Authentication and Authorizarion

    Stack

    • Angular
    • Mongo-DB
    • Node
    • Express
    • Angular Material
    • Scss

About

this is demo app that works with MEAN stack(mongodb as database, express as server-side framework, angular as client-side framework, and node as server-side platform.


Languages

Language:TypeScript 54.4%Language:JavaScript 23.6%Language:HTML 15.9%Language:SCSS 6.0%