/do-not-forget

Simple task management app that will make you not forgetting what to do much easier! - Java + SpringBoot + MongoDB + Angular2

Primary LanguageCSS

do-not-forget

Developers:

backend

  1. Requirements:
  • java 8
  • maven
  • Mongod
  1. Run:
  • in console: "mongod"
  • from IntelliJ as a SpringBoot application

frontend

  1. Requirements:
  • nodeJS
  • npm
  • typescript - (npm install -g typescript)
  1. Run
  • go to: do-not-forget/do-not-forget-frontend/src/main/resources/webapp
  • npm install
  • npm start

Go to localhost:3000 to start using application.