Skip to content

pateva/taskAssistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Task Assistant App

The task assistant app allows users to create tasks, preview them and mark them as done. Functionality to update a specific task exists in the backend but is to be added in the frontend.

DMBS: PostgreSQL, hosted on railway.app
ORM: Hibernate
Backend Framework: Springboot
Dependancy management tool: Maven
Frontend Framework: Angular
Frontend library: Angular Material

To run the project locally:

  1. Make sure you have JDK 17 installed
  2. I have used Intelli J as IDE for the backend and can confirm the project is prima there
  3. Clone the github repository (https://github.com/pateva/taskAssistant.git)
  4. Open the backend project and add the sytem variables for the database you have received per mail (save the configuration)
  5. You can run the project either from the IDE or you can navigate to the pom.xml file directory via the terminal and run "mvn spring-boot:run"
  6. I have used Visual Basic as IDE for the fronend and can confirm it works great there
  7. Make sure you have Node.js on your local machine
  8. Make sure you have Angular CLI installed on your local machine (you can use "npm install -g @angular/cli")
  9. Navigate to the root directory of the cloned Angular project using a terminal or command prompt. Run "npm install"
  10. Open the frontend project and use "ng serve" to run the application
  11. Application is accessible at "http://localhost:4200"

Snaps:

    1. video - displays the frontend implementation, which is not yet done. There are certainly points, which will be improved. As explained in the mail, it is a really busy period.
    1. video - displays the working PUT request
  • Both videos are compressed and low quality thus the snaps have been added as well. There you can really see the UI.
still_in_development.mp4
put_because_still_in_progress.mp4

About

Task Manager App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published