Skip to content

A smart task management web application built with React, Spring Boot, and MongoDB.

Notifications You must be signed in to change notification settings

creppyfm/DeleGate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeleGate - An AI Driven Task Manager

A smart task manager that utilizes OpenAI API to provide smart suggestions for task categorization, tagging, and prioritization.

About The Project

List some of the awesome features of this app

Built With

html css javascript typescript vite react mongodb java springboot springsecurity openai

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

   

Installation

   

Clone the repo:

git clone https://github.com/creppyfm/DeleGate.git

   

Frontent (Web) Instructions

   

  1. You'll need node version 18 or higher.
   npm install npm@latest -g
  1. Move to the "client" project folder.
   cd client
  1. Install dependencies.
   npm install
  1. Start the development environment.
   npm run dev

   

Backend (Server) Instructions

  1. You'll need Java SDK version 18 or higher.
   sudo apt install openjdk-18-jdk
  1. Move to the "server" project folder.
   cd server
  1. Install dependencies.
   mvn clean install
  1. Start the server.
   mvn clean spring-boot:run

TODO: Add .env instructions

About

A smart task management web application built with React, Spring Boot, and MongoDB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published