https://github.com/rapidapi/slackwebhookstodolisttutorial
https://github.com/rapidapi/slackwebhookstodolisttutorial
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rapidapi/slackwebhookstodolisttutorial
- Owner: RapidAPI
- Created: 2017-07-21T22:10:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-27T15:43:56.000Z (almost 3 years ago)
- Last Synced: 2025-02-22T18:50:02.136Z (12 months ago)
- Language: JavaScript
- Size: 84 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rapid Todo React Website
## Starting the server
```
npm run build
node server
```
## Setting up React Router
https://medium.com/@patriciolpezjuri/using-create-react-app-with-react-router-express-js-8fa658bf892d
## TODO:
- [x] Implement better data storage solution
- [x] Build simple react components
- [x] Host on AWS
- [x] setup mongo DB
- [x] delete from DB within react app
- [x] abstract DB credentials from app
- [ ] add text box to submit new item
- [x] combine slack slash command and react app into one git directory
### Slack
- [x] Finish response implementation
### Email
- [x] Everything
### SMS
- [x] Receiving a message
- [x] Storing a message
- [x] Sending message WITH data from note/todo list