Run with command:
git clone git@github.com:ECE493W2021T3/task-manager-mean-stack.git
cd task-manager-mean-stack/
cd api/
npm install
cd frontend/
npm install
ng serve
cd task-manager-mean-stack/
cd api/
npm install
nodemon app.js
Watch the full tutorial on Youtube!
This repository contains the code for both the Angular frontend application as well as the NodeJS API.
Don't forget to run
npm installin both the api and frontend folders to install dependencies
