Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucabriguglia/Weapsy
ASP.NET Core CMS
https://github.com/lucabriguglia/Weapsy
aspnetcore cms cqrs ddd dotnetcore mssql mysql postgresql sqlite webapi
Last synced: 12 days ago
JSON representation
ASP.NET Core CMS
- Host: GitHub
- URL: https://github.com/lucabriguglia/Weapsy
- Owner: lucabriguglia
- License: other
- Archived: true
- Created: 2016-06-19T11:58:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-14T10:11:56.000Z (over 1 year ago)
- Last Synced: 2024-07-31T05:06:34.346Z (3 months ago)
- Topics: aspnetcore, cms, cqrs, ddd, dotnetcore, mssql, mysql, postgresql, sqlite, webapi
- Language: C#
- Homepage: http://www.weapsy.com
- Size: 6 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PROJECT NO LONGER MAINTAINED
IT WAS MADE PRIVATE WHEN IT HAD **754 STARS** AND THEN MADE PUBLIC AGAIN FOR ARCHIVE PURPOSES
# Weapsy
[![Build status](https://ci.appveyor.com/api/projects/status/ptwkjgk7gwledwh3/branch/master?svg=true)](https://ci.appveyor.com/project/lucabriguglia/weapsy/branch/master)
Weapsy is an ASP.NET Core CMS.
# Technology
- C#
- ASP.NET Core
- Entity Framework Core
- MSSQL, MySQL, SQLite, PostgreSQL# Prerequisites
- Visual Studio 2017
- .NET Core 2.0 (https://www.microsoft.com/net/core)# How to run on local
- Open the Weapsy.sln solution in Visual Studio
- Build the solution with release configuration (default apps will be copied over to the "Apps" folder)
- Set the data provider of your choice in the appsettings.json file and modify the default connection string accordingly if needed.
- Run (F5 or Ctrl+F5)
- Login using these credentials:
- email: [email protected]
- password: Ab1234567!
- Database and seed data will be created automatically the first time you run the application.