https://github.com/jfdomitor/intwenty
A .net core template with identity, user / org admin and more
https://github.com/jfdomitor/intwenty
bareajs mariadb postgres sqlite sqlserver template
Last synced: 8 months ago
JSON representation
A .net core template with identity, user / org admin and more
- Host: GitHub
- URL: https://github.com/jfdomitor/intwenty
- Owner: jfdomitor
- License: mit
- Created: 2020-02-19T08:44:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T10:53:38.000Z (10 months ago)
- Last Synced: 2025-06-09T13:13:52.402Z (8 months ago)
- Topics: bareajs, mariadb, postgres, sqlite, sqlserver, template
- Language: C#
- Homepage:
- Size: 22.4 MB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# Intwenty
A .net core template to give you a rapid start for any web based .net project.
- Let's you describe views and data as json.
- Let's you create small applications without any strongly typed objects
- Includes barea.js to simplify java script applications and SPA:s
- Implements and extends Asp.Net Core Identity. Intwenty adds organization and product management.
- Uses Intwenty.DataClient (Instead of entity framework) a small but fast Db connection library with ORM functions and JSON support
- The Nuget version is an RCL Package (Razor Class Library) that includes both UI and generic functions.
# Intentions
1. Boost productivity
2. To be lightweight
3. Keep dependencies to a minimum.
# Backend Dependencies
- Net8
- Intwenty.DataClient
- Swashbuckle
# Frontend Dependencies
- bootstrap 5.2.0
- barea.js
# Works with the following databases
- MS Sql Server
- MySql
- Maria DB
- PostgreSQL
- SQLite
# How to use it
- Fork this Repository.
- Download the latest release on github.