An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

![ARTHUR](https://repository-images.githubusercontent.com/902262905/fce5818e-f90b-4c43-824c-2fb22e27d617)

# 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]