Skip to content

Nlhmmh/burmese_jewellery_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Burmese Jewellery Server

Burmese Jewellery Server


Documentation

Development

  • Golang HTTP Server
make run

Server

API Documentation

make dk-up-swagger-ui

http://localhost:8030

Database

  • Postgres
  • PlantUML ER Diagram

Container

  • Docker

Infra

  • AWS?

Cerfificate SSL

openssl req -x509 -newkey rsa:4096 -days 365 -nodes -keyout key.pem -out cert.pem

Healthcheck

curl --insecure https://localhost:8077/api/health_check

ER diagram

cd database/plantuml
planter "host=localhost port=5432 user=postgres password=postgres dbname=burmese_jewellery sslmode=disable" -T burmese_jewellery -o ./database/plantuml/burmese_jewellery.uml
java -jar plantuml.jar -verbose example.uml
go build . &&  ./planter "host=localhost port=5432 user=postgres password=postgres dbname=burmese_jewellery sslmode=disable" -T burmese_jewellery -o ./burmese_jewellery.uml
cp ./planter /Users/naylinhtet/.goenv/shims

Load Testing

Run with Makefile


Git Branch Strategy

Git Branch Strategy


Misc


TODO

About

Burmese Jewellery Server (Golang HTTP Server)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published