Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anburocky3/todoist-server
Todoist server is an Restful API Server coded on Laravel framework.
https://github.com/anburocky3/todoist-server
accesstoken api api-rest app authentication laravel laravel-framework passport restful-api todo todoapp
Last synced: 14 days ago
JSON representation
Todoist server is an Restful API Server coded on Laravel framework.
- Host: GitHub
- URL: https://github.com/anburocky3/todoist-server
- Owner: anburocky3
- Created: 2019-05-24T21:14:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:36:12.000Z (about 2 years ago)
- Last Synced: 2025-01-27T06:57:11.762Z (15 days ago)
- Topics: accesstoken, api, api-rest, app, authentication, laravel, laravel-framework, passport, restful-api, todo, todoapp
- Language: PHP
- Size: 1.37 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Todoist-todo app [Backend API service | [Made on Laravel](www.laravel.com)]
Todoist is an todo app that runs on web. It has the following features
1. Landing page
2. About page
3. Login & Registration page
4. Full Todo page with server authentication
5. Filter-wise like all, active & completed
6. Clear completed task featuremade in freetime.### Frontend UI | [Made on Vue.js](www.vuejs.org)
This project repo contains backend api codes coded on Laravel technology. If you are looking for front side code, check out this [todoist-server](https://github.com/anburocky3/todoist-server) repo. It was coded on Vue.js & follows all security practices.
### Screenshots
##### Landing page made with [Bootstrap Framework](www.getbootstrap.com)
![Homepage](https://raw.githubusercontent.com/anburocky3/todoist-ui/master/screenshots/1.png?raw=true "Homepage")
##### Login Page
![Loginpage](https://raw.githubusercontent.com/anburocky3/todoist-ui/master/screenshots/2.png?raw=true "Login Page")
##### Todo screen
![Todoapp](https://raw.githubusercontent.com/anburocky3/todoist-ui/master/screenshots/3.png?raw=true "Todoapp")
### Features
1. Using Restful & GraphQL approach.
2. Access based secured authentication.
3. Dedicated Single Page Application(SPAs) & (PWAs)
4. Using SQL & NoSQL databases
5. Using Vue & state management like Vuex.
6. Internalization (Translation)### This app will have the following features:
1. Landing page
2. About page
3. Login & Registration page
4. Full Todo page with server authentication
5. Filter-wise like all, active & completed
6. Clear completed task feature
7. Improving it for the better repo.## Project run
```
php artisan serve
```### Customize configuration
See [Configuration Reference](https://laravel.com).
### Changelogs
- 24-05-2019 - **INITIATE** - Project initiated
- 27-05-2019 - **Improved** - DB column added### Credits
**Developer:** [Anbuselvan Rocky](https://fb.me/anburocky3)