aluspl / LifeLike

CMS System based on net core and microservices

Home Page:http://lifelike.pl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LifeLike

Portfolio CMS running on .Net Core 2.1 and Angular.

  • Working perfect with Docker.
  • Working on SQLite, MS SQL and Azure CosmosDB
  • Working with BlobStorage to keep photos
  • Admin Panel after login
  • Authorization is using SQLite or MS Sql (depends of DB value in configuration)

Build

If you have more than 1 GB Memory you can use docker-compose build on production machine, but I suggest to use my image from docker and use own config :) or build your image in cloud https://hub.docker.com/r/aluspl/lifelike/

Run

  • Net Core 2.2: dotnet run
  • Docker: docker build
  • Docker-Compose: docker-compose up (best option)

Build Status

Build status FOSSA Status

License

FOSSA Status

About

CMS System based on net core and microservices

http://lifelike.pl


Languages

Language:C# 43.4%Language:TypeScript 42.4%Language:HTML 10.5%Language:HCL 1.6%Language:CSS 0.9%Language:JavaScript 0.7%Language:Dockerfile 0.5%