This repository is example of create api using http.Server and sqlite standard driver
- go to command line
- input command
make prepareand press enter to prepare workspace - input command
make runto run server in local
- you can see list of API in postman file under tool/ directory named
UserData.postman_collection.json. Open it and you can test all API in that list.