This is a dummy api for template and example purposes.
Make sure to clone our Development repository and follow the setup instructions.
We need to copy the generated root certificate into our project:
cp -a ~/.dev/gosolve/certs/. ./certs/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.
goSolve is open-source. We use the GNU AGPLv3 licensing strategy.