Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 1.09 KB

README.md

File metadata and controls

62 lines (44 loc) · 1.09 KB

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/