Skip to content

Mini Trello application developing in React and Spring Boot

Notifications You must be signed in to change notification settings

Lareina-Y/miniTrello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

CSCI 3130 - Software Engineering (Summer 2022)

  • Date Created: 2022 05 26

Team

Project

  • Project Name: Mini Trello Application
  • Project Description: A web based trello application clone build using ReactJS and Spring Boot
  • Inception Year: 2022

Links

Frontend

Prerequisites

  • Once you have Node and NPM setup properly in your machine, you can clone the above GitLab project and run the below commands

Installation

npm install

  • Install all the dependencies.

Running the Frontend

npm start

  • Runs the app in the development mode.
    Open http://localhost:3000 to view it in your browser.

  • The page will reload when you make changes.
    You may also see any lint errors in the console.

Backend

Prerequisites

Installation and Running the Backend

  • Open "application.properties" located under "src\main\resources" and update Database Connections properties with your database config if you want to use your own database.
  • Open Dalhousie VPN connection if you want to use the Dal Server database (Hostname: db.cs.dal.ca)
  • Open terminal and navigate to the project folder

mvn clean install

  • Run mvn clean install to install the dependency

mvn spring-boot:run

  • Run mvn spring-boot:run to start the application. Application will run on port 8080

Instructor

Teaching Assistant

Citations:

  1. React Template: https://github.com/wrappixel/materialpro-react-lite

Designite Java Refactorings

  • Designite Java Refactorings.xlsx is the Excel report for the DesigniteJava.

About

Mini Trello application developing in React and Spring Boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published