/lean-mean

This is just a small full-stack MEAN app. The Angular-part is revised in leaner-mean

Primary LanguageTypeScript

Introduction

This project is intended to test the project pi-ci-mean by a simple, effective full-stack MEAN (MongoDB, Express, Angular, Node) application that uses the latest technologies:

  • Angular/cli
  • Node (8.5, todo: 9)
  • Twitter Bootstrap 4 (ngx-boostrap)
  • Angular 4 (working on 5)
  • REST API

Current todo list:

  • delete obsolete code and components
  • improve on CSS / bootstrap layout
  • include checkbox on update and load

Getting started

  1. Get the code

git clone git://github.com/rkristelijn/lean-mean.git

  1. Install dependancies

npm install

  1. Start backend on port 3000

nodemon server.js

  1. Start front-end on port 4200 using proxy

npm start

Documentation