ng-tutorial-app

How to run?

  1. Install Angular CLI Globally (-g)
  npm install -g @angular/cli  
  1. Enter folder and install modules
  npm install 
  1. The repository has both, front and back-end. In order to run the front end (Angular), run:
  npm run start 
  1. Back-end (Node + Express):
  npm run server 

DBMS

The back-end uses MongoDB Atlas Clusters to deliver storage. To connect, check with the admin of this repository.

.env

Check env.sample to see what credentials are required for a successful connection with Atlas