Skip to content

vishal-nagarajan/TaskTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskTracker

This is a simple Front-End CRUD application built using Angular.

Demo GIF

ezgif-2-5c73fdcd1229

Running TaskTracker on your computer

  • If you wish to see the Front-end and animations alone , visit TaskTracker.
  • If you wish to see the Front-end communicating with a test API follow the bellow steps.
    • Install json-server
    • Save the db.json file locally
    • Run the server locally on port 5000 using the following command.
    • json-server --watch db.json --port 5000
    • Now visit TaskTracker.

Update 1

  • Built a JAX-RS Rest Api which responds to the Angular Application the same way json-server does .
  • Java Backend Api repository: task-tracker-api.

Architecture Diagram

architecture

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published