A backend framework inspired by Django, built with Express and TypeScript.
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.
- Node.js
- pnpm
- TypeScript
Coming soon!
Enter these commands in your terminal
git clone https://github.com/maniebra/arthur.git
cd arthur
pnpm install
pnpm run dev
- Fork the repository.
- Create a feature branch:
git checkout -b feature-name
. - Commit changes:
git commit -m 'added new feature'
. - Push to the branch: git push origin feature-name.
- Open a pull request.
- Include a CONTRIBUTING.md if needed.
This project is licensed under the MIT License. See the LICENSE file for details.
- GitHub Issues: For bug reports and feature requests.
- Email: [email protected]