A backend REST .Net Core api to request/send data of isometric games, using Graph/Document NoSQL databases like OrientDB
-
Download and extract OrientDB Community Edition
-
Enter the uncompressed folder and run this commands below:
cd orientdb-community-importers-2.2.32/bin
./server.sh
- Start the Aspnet Core API:
cd api/dotnet/IsometricApi/IsometricRest
dotnet run
- Michel Felipe - Initial work - mfdeveloper
This project is licensed under the MIT License - see the MIT.md file for details