Skip to content

A backend framework inspired by Django that utilizes Express and TypeScript.

License

Notifications You must be signed in to change notification settings

maniebra/Arthur

Repository files navigation

ARTHUR

Arthur

A backend framework inspired by Django, built with Express and TypeScript.

Introduction

This framework bridges the gap between Django's structured ORM, routing, and middleware system with the lightweight, flexible nature of Express and TypeScript. It offers a developer-friendly experience with type safety, modular design, and scalability.

Prerequisites

  • Node.js
  • pnpm
  • TypeScript

Documentation

Coming soon!

Installation

Enter these commands in your terminal

git clone https://github.com/maniebra/arthur.git
cd arthur
pnpm install
pnpm run dev

Contributing

  1. Fork the repository.
  2. Create a feature branch: git checkout -b feature-name.
  3. Commit changes: git commit -m 'added new feature'.
  4. Push to the branch: git push origin feature-name.
  5. Open a pull request.
  6. Include a CONTRIBUTING.md if needed.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

About

A backend framework inspired by Django that utilizes Express and TypeScript.

Resources

License

Stars

Watchers

Forks

Packages

No packages published