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-exampleTo start the api
sh
$ npm run devTo start the web
sh
$ cd client
$ npm run dev