A dart server
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
dart 3
Mysql server
A step by step series of examples that tell you how to get a development env running.
start mysql server on localhost:3306
run -> dart run project_server:init to ceate db
Example...