DEV Community

Cover image for How to create a job board with Fauna and Redwood.js

How to create a job board with Fauna and Redwood.js

Amolo on December 03, 2020

INTRODUCTION Redwood.js & Full Stack Redwood is an opinionated, full-stack, serverless web application framework that ena...
Collapse
 
jiftuq profile image
chris

Great explanation

Collapse
 
amolo profile image
Amolo

Thanks. Much appreciated.

Collapse
 
jiftuq profile image
chris

I get this error when I localdeploy
Failed to compile.

./src/pages/HomePage/HomePage.js
Module not found: Error: Can't resolve '../../components/ListingsCell' in

Can you help me?

Thread Thread
 
amolo profile image
Amolo

Could you paste the whole error message.
I also hope you are running using

yarn rw dev
Enter fullscreen mode Exit fullscreen mode
Thread Thread
 
amolo profile image
Amolo

Alternatively you can follow the tutorial using this repo
github.com/brianraila/rw-fauna

Thread Thread
 
jiftuq profile image
chris

In rw-fauna/api/src/lib/db.js
you changed 'Bearer ' to Bearer ${process.env.FAUNA_KEY}

Collapse
 
jiftuq profile image
chris

Can you show how to create a page to input the data(jobs) with the graphql?

Collapse
 
amolo profile image
Amolo

Great, I will make some time to do that.

Some comments have been hidden by the post's author - find out more