Single Software Solution (3S)
Single Software Solution - demo
Front-end
https://github.com/YBashtovyi/3S-framework/tree/main/src/App.View
Back-end
main solution : https://github.com/YBashtovyi/3S-framework/3S.WebAPI.sln, WebApi project folder : https://github.com/YBashtovyi/3S-framework/tree/main/src/App.Api
How to install Redis
After cloning the repository :
- Install postgres from https://www.postgresql.org.
- Install redis 2.1 On linux: sudo apt-get install redis-server 2.2 On Windows: see this article https://redislabs.com/blog/redis-on-windows-10/
- In repository folder open src\App.Api\appsettings.Development.json and edit connection strings: 3.1 DefaultConnection - change user. User should have rights to create database. Change ip and port of your postgres instance if needed 3.2 Redis - change redis ip and port if needed. Or leave it by default if you haven't changed default redis settings
- Open Visual Studio and press F5 (or use cli commands 'dotnet build' and 'dotnet run')
- Run in browser localhost:5050 (5050 - Url value in appsettings)