Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2sky/VidyanoRavenSample
Sample application using Vidyano and RavenDB
https://github.com/2sky/VidyanoRavenSample
Last synced: 7 days ago
JSON representation
Sample application using Vidyano and RavenDB
- Host: GitHub
- URL: https://github.com/2sky/VidyanoRavenSample
- Owner: 2sky
- Created: 2020-06-23T19:32:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-12T21:58:49.000Z (over 2 years ago)
- Last Synced: 2024-08-01T19:35:01.524Z (3 months ago)
- Language: C#
- Size: 35.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VidyanoRavenSample
This project uses Vidyano (https://www.vidyano.com) as an application framework with RavenDB (https://ravendb.net/) as database server for persisted storage running as a ASP.NET Core 3.1 application on docker.
## Getting started
** Requirements **
* Clone the repository locally
* Visual Studio (https://visualstudio.microsoft.com/downloads/)
* Docker Desktop (https://www.docker.com/products/docker-desktop)
* RavenDB running locally (https://ravendb.net/download) or modify the appsettings.json to point to your RavenDB serverOpen Visual Studio and run the application, at startup the database will be created automatically and populated with the RavenDB sample data.
On first login use admin/admin to log in after which you'll be asked to change the password.