📖 NodeJs : 16.14.0
- Clone the repo
$ git clone
- Install the modules
$ yarn install
or
$ npm install
- Inizialise database
# Apply migrationn
$ npx prisma migrate dev
# Create content in database
$ yarn prisma db seed
or
$ npm prisma db seed
- Run the API
$ yarn dev
or
$ npm run dev