API Examples
This page is to show practical projects on how to use the fup-node package, throughout the documentation there are usage examples as well.
See it directly on github
sh
git clone https://github.com/daniel1zzz/fup-node-example.git
cd fup-node-example
To start the api
sh
$ npm run dev
To start the web
sh
$ cd client
$ npm run dev