mirror of
https://github.com/actix/examples
synced 2025-06-29 10:14:58 +02:00
Simple Todo API using actix-web and sqlx with postgresql database (#303)
* Simple Todo application using Actix-web with SQLx and PostgreSQL * fix issue with not matching project name * remove comment * - downgrade on actix-web 2.0.0 - fixed typo - renamed .env-example to .env.example - removed comments
This commit is contained in:
2
sqlx_todo/.gitignore
vendored
Normal file
2
sqlx_todo/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/target
|
||||
.env
|
Reference in New Issue
Block a user