An open API service indexing awesome lists of open source software.

https://github.com/rapidapi/slackwebhookstodolisttutorial


https://github.com/rapidapi/slackwebhookstodolisttutorial

Last synced: 11 months ago
JSON representation

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