gosolve-org / Dummy-Review-Service

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goSolve - Review 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/review-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 review api to be used as a template.

License:GNU Affero General Public License v3.0


Languages

Language:C# 96.2%Language:Dockerfile 3.8%