Skip to content

hbadri1/SimpleTODO_Angular4_SpringBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SimpleTODO_Angular4_SpringBoot

A simple TODO list application developed with Angular 4, Bootstrap , Spring boot and mongDb

Used tools/frameworks

STS, VisulaCode Bootstrap, Angular 4, Spring boot, Spring, mongoDB

Installation

-> Clone Project

-> Build Front end

  • cd frontEndTodoApp
  • run install npm to install all dependencies
  • run ng build -prod (you should have already installe node, npm and angular/cli

=> We have compiled and generated the prod version of our front-end part.

-> Run mongodb server:

  • cmd -> mongod --dbpath c:\database (choose the path you like)

-> Build backend

  • cd TodoApplication folder (the backend)
  • run mvn clean install
  • run mvn spring-boot:run

-> Run the application go to: localhost:8888 and you should get you application running

About

A simple TODO list application developed by Angular 4, Spring boot and mongDb

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published