This is basic learning backend program written in zig programming language.
Zap is a web framework that is used in this program.
Want to try it out ? -- Prerequisit: install zig (currently works with zig 0.14.1) and postgres database
- Clone this repository
git clone https://github.com/xerofenix/zig_CRUD
- go to zig_CRUD directory
cd zig_CRUD
- change the databse configuration in
db_config.zig
file with your database credentials. - Run the program
zig build run
I would love to take contributions from your side. Open a pull request if you want to add, enhance and fix something.