Skip to content

def-zone/nuras-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Mar 21, 2024
Mar 24, 2024
Oct 22, 2023
Jan 21, 2024
Oct 22, 2023
Feb 19, 2024
Mar 24, 2024
Mar 24, 2024
Mar 24, 2024
Sep 22, 2023
Aug 1, 2023
Mar 24, 2024
Mar 24, 2024
Jan 29, 2024
Dec 21, 2023
Jun 22, 2023
Sep 25, 2023
Jun 20, 2023
Mar 24, 2024

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%