https://github.com/maniebra/arthur
A backend framework inspired by Django that utilizes Express and TypeScript.
https://github.com/maniebra/arthur
Last synced: 2 months ago
JSON representation
A backend framework inspired by Django that utilizes Express and TypeScript.
- Host: GitHub
- URL: https://github.com/maniebra/arthur
- Owner: maniebra
- License: mit
- Created: 2024-12-12T08:22:07.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-11T05:51:47.000Z (5 months ago)
- Last Synced: 2025-01-11T06:26:38.691Z (5 months ago)
- Language: TypeScript
- Size: 65.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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
- GitHub Issues: For bug reports and feature requests.
- Email: [email protected]