This is a simple REST backend. Think of it as a template for building a REST backend in Dart.
- Clone the repository
git clone https://github.com/MikkyBoy357/cats_backend_dart.git - Change directory
cd cats_backend_dart - Install dart_frog_cli globally
pub global activate dart_frog_cli - Configure the credentials in
lib/config/congig.dart - Add the
firebase_options.jsonfile in the root directory - Compile landing page dart2js
dart2js -o public/main.dart.js public/main.dart - Run the server
dart_frog dev