Installing the server to test - TeamDevPanda/dart_api GitHub Wiki
Installing the server to test
If you want to test the api when you develop you can get it and launch it on your own computer.
Get the Dart SDK
You can get Dart here : https://www.dartlang.org/
Install mongodb
Follow the instruction on how to download and install mongodb on your machine here : https://www.mongodb.org/downloads
Clone this git and launch
git clone [email protected]:TeamDevPanda/dart_api.git
cd dart_api
pub get
dart bin/app.dart # to do this you have to add the dart-sdk folder to your PATH
You can look at the log file named logFile.txt