Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1farz1/sample_backend_dart_frog
A Sample Backend Built using dart_frog And MySql as DB, That includes Auth,Crud, and routing handler, Dev Phase
https://github.com/1farz1/sample_backend_dart_frog
backend dart sql
Last synced: 11 days ago
JSON representation
A Sample Backend Built using dart_frog And MySql as DB, That includes Auth,Crud, and routing handler, Dev Phase
- Host: GitHub
- URL: https://github.com/1farz1/sample_backend_dart_frog
- Owner: 1FarZ1
- Created: 2023-11-26T10:22:05.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-02T02:32:32.000Z (12 months ago)
- Last Synced: 2023-12-02T19:35:04.104Z (12 months ago)
- Topics: backend, dart, sql
- Language: Dart
- Homepage:
- Size: 53.7 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Backend Dart Frog | MySql
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
[![License: MIT][license_badge]][license_link]
[![Powered by Dart Frog](https://img.shields.io/endpoint?url=https://tinyurl.com/dartfrog-badge)](https://dartfrog.vgv.dev)### So Dart Frog stable release is out and i decided to make a sample backend with it since The Eco System of Dart very comfy
A Sample Backend Dart Api That includes
- Auth Repo
- User Repo
- Product Repo- [x] MySql Connection ✔️
- [x] JWT ✔️
- [x] Auth Login | Register ✔️
- [x] User ✔️
- [ ] User Profile ✖️
- [ ] User Favorites ✖️
- [x] Get Products With Pagination and search ✔️
- [x] Get Product By Id ✔️
- [x] Add Product ✔️
- [x] Update Product ✔️
- [x] Delete Product ✔️
- [x] and Others ....# TODO
- [ ] Add secrets To Env
- [ ] Add the rest of functionalities
- [ ] Create Controllers to Get Better Seperation of Concers
- [ ] Add some security rules
- [ ] Error Handling some side Cases
# Note
### This Repository is for learning purposes only[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
[license_link]: https://opensource.org/licenses/MIT
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis## Any Contribution is welcome