ExtCore / ExtCore-Sample-Api

ExtCore framework 7 sample API web application

Home Page:http://extcore.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExtCore Framework 7.0.0 Sample API Web Application

Join the chat at https://gitter.im/ExtCore/ExtCore

Introduction

ExtCore is free, open source and cross-platform framework for creating modular and extendable web applications based on ASP.NET Core. It is built using the best and the most modern tools and languages (Visual Studio 2022, C# etc). Join our team!

This is the ExtCore framework sample API web application.

Getting Started

  • rebuild the solution;
  • copy the extension DLL file into the Extensions folder of the main web application (this folder doesn’t exist by default, so you need to create it in the web application root or specify another location in the config.json file; also you may just add direct dependency to the main web application project instead, but it is not so interesting);
  • run the main web application and navigate to /api/v1/items.

More Information

Other Samples

You can also download our ready to use full-featured sample. It contains everything you need to run ExtCore-based web application from Visual Studio 2022, including SQLite database with the test data.

Tutorials

We have written several tutorials to help you start developing your ExtCore-based web applications.

Real Projects

Please take a look at Platformus on GitHub. It is CMS built on ExtCore framework with 3 extensions and 25 projects.

Links

Sources on GitHub: https://github.com/ExtCore/ExtCore

Website: http://extcore.net/

Docs: http://docs.extcore.net/

Author: http://sikorsky.pro/

About

ExtCore framework 7 sample API web application

http://extcore.net/

License:Other


Languages

Language:C# 100.0%