feat: post routing

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-12-15 04:30:39 +03:00
parent e167b864ee
commit dc849dd970
15 changed files with 185 additions and 26 deletions

2
.env
View file

@ -1 +1,3 @@
# This is for sqlx to do compile time sql checking
# Actual server and database configs are in config folder
DATABASE_URL=postgres://root:root@localhost:5432/rust_forum