All Projects → pepoviola → tide-basic-crud

pepoviola / tide-basic-crud

Licence: MIT License
Basic CRUD api using Rust / Tide / Sqlx / Postgresql

Programming Languages

rust
11053 projects
HTML
75241 projects
CSS
56736 projects
Dockerfile
14818 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to tide-basic-crud

actix sqlx mysql user crud
A user crud written in Rust, designed to connect to a MySQL database with full integration test coverage.
Stars: ✭ 78 (+188.89%)
Mutual labels:  crud, sqlx
tide-sqlx
Tide middleware for SQLx pooled connections & transactions
Stars: ✭ 40 (+48.15%)
Mutual labels:  tide, sqlx
vscode-django
Beautiful syntax and snippets for perfectionists with deadlines
Stars: ✭ 113 (+318.52%)
Mutual labels:  tera
elitebgs
BGS tracking tool for Elite Dangerous
Stars: ✭ 49 (+81.48%)
Mutual labels:  api-rest
live-rates.com
Forex Real-time Streaming, Web-service & Rest API
Stars: ✭ 30 (+11.11%)
Mutual labels:  api-rest
Desenvolvimento-Android-do-absoluto-zero-para-iniciantes
Visite meu site e conheça todos os meus cursos 100% on-line.
Stars: ✭ 33 (+22.22%)
Mutual labels:  crud
django-api-bouncer
Simple Django app to provide API Gateways for micro-services
Stars: ✭ 18 (-33.33%)
Mutual labels:  api-rest
hiroki
create a REST api faster than ever
Stars: ✭ 13 (-51.85%)
Mutual labels:  crud
cv4pve-api-dotnet
Proxmox VE Client API .Net C#
Stars: ✭ 25 (-7.41%)
Mutual labels:  api-rest
foxx-builder
ArangoDB Foxx Services in a super intuitive way
Stars: ✭ 22 (-18.52%)
Mutual labels:  api-rest
http-rider
Simple and Powerful desktop client for working with JSON APIs
Stars: ✭ 27 (+0%)
Mutual labels:  api-rest
Dancer-Plugin-SimpleCRUD
Quick and effortless CRUD (create/read/update/delete) operations based on database tables
Stars: ✭ 25 (-7.41%)
Mutual labels:  crud
crud-view
CakePHP: Automated admin backend based on your CRUD configuration
Stars: ✭ 45 (+66.67%)
Mutual labels:  crud
api-projeto-livre
Projeto de conclusão do Bootcamp Back-End {reprograma}, turma 7, em parceria com o MINAs do Porto Digital de Recife.
Stars: ✭ 12 (-55.56%)
Mutual labels:  api-rest
Vue-3-Advance-CRUD
A Complete Single Page Application using Vue, Vue Router, Bootstrap-Vue, Vuex and all....
Stars: ✭ 41 (+51.85%)
Mutual labels:  crud
pinipig
🚀 Performant webservice framework
Stars: ✭ 25 (-7.41%)
Mutual labels:  crud
spring-boot-data-jpa-mysql
Spring Boot Rest CRUD API example - Spring Data JPA to interact with MySQL/PostgreSQL database.
Stars: ✭ 89 (+229.63%)
Mutual labels:  crud
go-mux-jwt-boilerplate
Golang REST API using MUX, GORM, and JWT for authentication
Stars: ✭ 41 (+51.85%)
Mutual labels:  crud
antd-curd
📦 基于 ant design 、 dva 、 antd-form-mate 的增删改查页面组件。
Stars: ✭ 26 (-3.7%)
Mutual labels:  crud
Crud
CRUD PORTO Containers for apiato and Angular2 modules generator, based on Laravel 5.4 and Angular 2.4+
Stars: ✭ 23 (-14.81%)
Mutual labels:  crud

tide-basic-crud

Basic CRUD api using rust and tide with postgresql.

The code of this repo is also commented/explained in this post posts, where you can read from the initial implementation (using in-memory HashMap as db) and follow the progress and refactors made in the code.

Stack

  • Tide
  • sqlx
  • Tera

CI/CD


TODO:

[ ] Schema validation
[ ] Move front-end to wasm (localghost/yew)
[ ] Add telemetry
[ ] Better error handling
[ ] Add other resources (entities) and refactor structure.
[ ] Add tutorial on how to run locally
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].