8000 GitHub - ZbrDeev/dartshine: A Dart web framework
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ZbrDeev/dartshine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dartshine

Dartshine is a web framework that aims to provide a clear, clean syntax, making web development in Dart more intuitive and efficient.

Table of Contents

Features

  • Simple and clean syntax
  • Support for SQLite database
  • Easy routing
  • Static file serving

Installation

To install Dartshine, you need to have Dart SDK installed. You can then add Dartshine as a global package:

dart pub global activate dartshine

Getting Started

Create a project

Then you can create a project with the following command:

dartshine create <project>

Run the project

To run the project you need to run the following command:

dart run

The base port is 8000

Documentation

The documentation is under construction.

Contributing

Contributions are welcome! Feel free to open issues or send pull requests.

License

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

About

A Dart web framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0