Skip to content

ECE493W2021T3/task-manager-mean-stack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Group 3:

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

Task Manager App

Application Design Illustration

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 install in both the api and frontend folders to install dependencies

About

A task manager application created using the MEAN stack (Angular, NodeJS with Express and MongoDB).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 49.2%
  • JavaScript 32.0%
  • HTML 12.7%
  • SCSS 6.1%