Skip to content

def-zone/nuras-ui

 
 

Repository files navigation

Language : English | Tiếng Việt

Waffle

📦 Development

GIT:

$ git clone https://github.com/f7deat/waffle.git

FE:

$ cd ClientApp
$ npm i
$ npm run build

BE:

$ dotnet build
$ dotnet ef migrations add InitialCreate
$ dotnet ef database update

Learn more about Migration: https://learn.microsoft.com/en-us/ef/core/managing-schemas/migrations/

Open your browser and visit http://localhost:8000

🚀 Deployment

web.config: allow cors

</system.webServer>
    ...
    <security>
        <requestFiltering>
          <verbs>
            <remove verb="OPTIONS" />
            <add verb="OPTIONS" allowed="true" />
          </verbs>
        </requestFiltering>
      </security>
</system.webServer>

🔨 Usage

waffle is available supported in live server: https://cms.defzone.net

📝 Docs

Read document:

# Name URL
1 API https://waffleverse.gitbook.io/api/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 50.3%
  • HTML 24.4%
  • CSS 24.3%
  • Other 1.0%