danersc / tasklist

This project is a simple task Manager using Spring Boot and Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tasklist

This is a simple project to manage tasks using Angular, Spring Boot and MySQL. The code is separated in backend and frontend, to run just follow the commands below.

First of all

  • Clone this repository

Frontend

  • Access the frontend directory.
  • Install dependencies: npm install
  • Run server: npm start

Backend

  • A mySQL database is required. If you want to change the database information, edit the application.properties file.
  • Access the backend directory and run the command: mvn spring-boot:run

Backend runs on port 8080 and front on port 8090

Enjoy!! ;)

About

This project is a simple task Manager using Spring Boot and Angular


Languages

Language:HTML 24.1%Language:Shell 21.8%Language:JavaScript 18.1%Language:Batchfile 16.8%Language:Java 16.7%Language:CSS 2.4%