Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 880 Bytes

File metadata and controls

27 lines (22 loc) · 880 Bytes

This is basic learning backend program written in zig programming language.

Zap is a web framework that is used in this program.

Postgres database is used for storing user data.

Right now only Create, Read and Delete operation is available.

Want to try it out ? -- Prerequisit: install zig (currently works with zig 0.15.1) and postgres database

  1. Clone this repository
git clone https://github.com/xerofenix/zig_CRUD
  1. go to zig_CRUD directory
cd zig_CRUD
  1. change the databse configuration in db_config.zig file with your database credentials.
  2. Run the program
zig build run

Contributions are welcome

I would love to take contributions from your side. Open a pull request if you want to add, enhance and fix something.