miloskovacevic / dt-customers-node

Crud app using MEAN stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dt-customers-node

Build Status license GitHub package version

dt-customers-node is a simple CRUD application built with MEAN stack.
For data persistence mLab was used - cloud database service that hosts MongoDB databases mLab

Features

  • List all customers - data table with all your customers
  • Add new customer - form for creating new customer
  • Edit existing customer - form for editing selected customer
  • Delete customer - button for deleting a customer

Install

npm install

Development server

Run npm run start:server to run node (express) api server.
Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

License

MIT

About

Crud app using MEAN stack

License:MIT License


Languages

Language:HTML 75.1%Language:TypeScript 14.8%Language:JavaScript 6.6%Language:CSS 3.5%