Skip to content

jjliem/toodledo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

After cloning, need to add files that are in gitignore:

  • In src/main, create new folder named resources, inside of that add application.yml
  • In src/main/ui, add api-server.js
  • In src/main/ui/src, add auth_config.json

Also:

  • Change number in NewTask.js

To run the project, you need to run in 2 places.

  • Run Springboot backend using Maven tab > Plugins > springboot:run command on DemoApplication file
  • Run React front end by cd src/main/ui
  • npm install
  • npm run dev

About

Hackathon 2nd place winner: Uses React, Springboot, Twilio API to send SMS reminders for tasks. Includes OAuth and CORS.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors