$ cd front
$ npm install
$ npm run dev
$ cd back
$ npm install
$ npm run start
The front is heavily inspired by this Youtube tutorial : Nuxt Auth - Authentication and Authorization in NuxtJS by Vue Screencasts
The back uses this npm package : JSON Server Auth and the code to get the /user
route working is heavily inspired by this GitHub issue : How to get user profile