Skip to content

Dirakon/Animal-Chipping-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animal-Chipping-API

A simple backend for animal chipping service.

Description

The server implements authorization/registration (basic) with roles, and different user operations related to animals, animal types, areas, locations.

Getting Started

Prerequisites

Dependencies

Installing

  • Run dotnet restore to install the dependencies
  • Run dotnet build --configuration Release --no-restore to build

Executing program

  • Run dotnet run --project ItPlanetAPI to execute. Specify the port in ./ItPlanetAPI/Properties/launchSettings.json.
  • Alternatively, build a Docker container using docker build -t <some-name> ., run with docker run <some-name>.
  • The server relies on a Postgres instance running, the connection string can be set up either in the environment variables or in ./ItPlanetAPI/Properties/launchSettings.json.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published