Geen omschrijving

Justin Gilman 8f974a9ab1 checking if file exists before attempting to read it during a save 4 jaren geleden
Controllers 8f974a9ab1 checking if file exists before attempting to read it during a save 4 jaren geleden
Library e3f0511762 removing debugging console log; wrapping console colors in lookup class; handling file read errors in jsonFileReader 4 jaren geleden
Properties 45a25d1686 adding optional https for proxy support; autoformat on all files 4 jaren geleden
Static dcf8ed41b8 adding PUT and DELETE on the data controller; removing unused Weather Forecast and Values controllers 4 jaren geleden
demo-world 580701cf1c refactor json file reading out into library class; adding in sha hash wrapper; adding in Data controller for reading and writing jsondata to flatfiles 4 jaren geleden
.gitignore 1460019824 ignoring world data as part of commit 4 jaren geleden
Program.cs 1d768b8144 Initial commit 4 jaren geleden
README.md a35b9bfcd4 adding more info to the readme 4 jaren geleden
Startup.cs 45a25d1686 adding optional https for proxy support; autoformat on all files 4 jaren geleden
appsettings.Development.json 45a25d1686 adding optional https for proxy support; autoformat on all files 4 jaren geleden
appsettings.json 45a25d1686 adding optional https for proxy support; autoformat on all files 4 jaren geleden
jsonapi.csproj 45a25d1686 adding optional https for proxy support; autoformat on all files 4 jaren geleden

README.md

How to start

dotnet restore

dotnet run

Will start a JSON API server on 127.0.0.1:5000

Defaults

User

admin : jsonapipassw0rd

World

demo-world

Configurable in the `appsettings.json` file

Todo

  1. Build login system
  2. Build registration system
  3. Save user data to file
  4. Retrieve world data
  5. Save world data to file