Skip to content

Csini/letsgo-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go API Server for letsgo-blog

Mini Application providing something to something like a wannabe Blog.

Running the server

  1. build executable run
mvn clean install -Passembly

executable is under letsgo-bog-server/bin

  1. navigate to letsgo-bog-server/bin and start there

  2. sqlite db with data is copied there from letsgo-blog/server/res

  3. user/pw is userid/userid1 to every user

  4. server url is for example

http://localhost:8085/letsgo/v1/api/statistics/200

api documentation is under letsgo-blog-api

Running the server with docker TODO (not working yet)

To run the server in a docker container

docker build --network=host -t openapi .

Once image is built use

docker run --rm -it openapi

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published