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: 7 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:36:12.000Z (almost 3 years ago)
- Last Synced: 2025-03-19T12:18:14.572Z (7 months 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: 2
- 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)

##### Login Page

##### Todo screen

### 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)