Skip to content

A .NET Core dummy book api to be used as a template.

License

Notifications You must be signed in to change notification settings

gosolve-org/Dummy-Book-Service

Repository files navigation

goSolve - Book Dummy Api

This is a dummy api for template and example purposes.

Requirements

Make sure to clone our Development repository and follow the setup instructions.

First time API setup

We need to copy the generated root certificate into our project:

cp -a ~/.dev/gosolve/certs/. ./certs/

Running the API

First make sure the shared docker-compose from the Development repository is running.

The next step is running the project:

Method Description
Visual Studio (easiest) Run the docker-compose project in Visual Studio. (This also enables debugging features.)
Terminal Run docker-compose up in a terminal in the project directory.

Your API will be available at https://localhost:5001/book-api.

⚠️ On errors: Try removing your /obj and /bin folders.

License

License: AGPL v3
goSolve is open-source. We use the GNU AGPLv3 licensing strategy.

About

A .NET Core dummy book api to be used as a template.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published