Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oskarszoon/todos-demo
Demo Todos app using Meteor, React+Redux and Lumen backend
https://github.com/oskarszoon/todos-demo
lumen meteor react redux redux-api-middleware
Last synced: 10 days ago
JSON representation
Demo Todos app using Meteor, React+Redux and Lumen backend
- Host: GitHub
- URL: https://github.com/oskarszoon/todos-demo
- Owner: oskarszoon
- License: unlicense
- Created: 2020-06-02T12:09:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T08:48:44.000Z (almost 2 years ago)
- Last Synced: 2023-08-10T17:41:28.173Z (over 1 year ago)
- Topics: lumen, meteor, react, redux, redux-api-middleware
- Language: PHP
- Homepage: https://todos-demo.oskarssoft.nl
- Size: 512 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Banner Image](https://i.imgur.com/80OZCaq.png)
# todos-demo - Work in progress :construction:
Sample Todos app created for a tech assignment and as a learning exercise.Backend built as simple REST Apis using [Lumen](https://lumen.laravel.com/), easiest to get it up and running is with [Laravel's Homestead](https://laravel.com/docs/7.x/homestead)
```
cd backend
vagrant up
php artisan migrate
```Frontend built with [Meteor](https://www.meteor.com/) & React+Redux
```
cd frontend
meteor npm install
# make a copy of settings-dev.json.example and fill in the auth0 details
meteor --settings settings-dev.json
```---
Open tasks:
- [ ] Make creating tasks optimistic
- [ ] Add GTD labeling as categories
- [ ] Make it look a bit prettierNew tech used:
- [redux-api-middleware](https://www.npmjs.com/package/redux-api-middleware)
- [lumen](https://lumen.laravel.com/)
- [auth0](https://github.com/auth0/auth0-spa-js)