https://github.com/fillip1984/paratus-backend
Backend for habit tracking front end paratus-native, which is a todoist clone I'm using to learn React Native
https://github.com/fillip1984/paratus-backend
nextjs sst todoist trpc
Last synced: 8 months ago
JSON representation
Backend for habit tracking front end paratus-native, which is a todoist clone I'm using to learn React Native
- Host: GitHub
- URL: https://github.com/fillip1984/paratus-backend
- Owner: fillip1984
- Created: 2024-08-30T16:15:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-08T16:10:01.000Z (about 1 year ago)
- Last Synced: 2025-01-15T12:16:51.198Z (9 months ago)
- Topics: nextjs, sst, todoist, trpc
- Language: TypeScript
- Homepage:
- Size: 307 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# paratus-backend
Backend for habit tracking front end [paratus-native](https://github.com/fillip1984/paratus-native), which is a todoist clone I'm using to learn React Native
## TODO
- [ ] Build enough UI to make this backend worth while to visit, primary functions should be done through the front-end React Native app [paratus-native](https://github.com/fillip1984/paratus-native).
- [ ] Setup Oauth and enable the front-end React Native app to use it so that we can securely save off data from a mobile app __(THIS IS THE PRIMARY POINT OF THIS APPLICATION EXISTING)__