Dartshine is a web framework that aims to provide a clear, clean syntax, making web development in Dart more intuitive and efficient.
- Simple and clean syntax
- Support for SQLite database
- Easy routing
- Static file serving
To install Dartshine, you need to have Dart SDK installed. You can then add Dartshine as a global package:
dart pub global activate dartshine
Then you can create a project with the following command:
dartshine create <project>
To run the project you need to run the following command:
dart run
The base port is 8000
The documentation is under construction.
Contributions are welcome! Feel free to open issues or send pull requests.
This project is licensed under MIT. See the LICENSE file for more details