Bookworms is a CodeDay Labs project to create a web app to share your ideas of a book with others.
Check client and server for how to install them.
If you clone / fork this project and want to host it on your own, few configuration you need to do in advance.
Following secrets you need to add to your Github Secrets to make it work using Github Actions.
Name | Description |
---|---|
VERCEL_TOKEN | vercel token |
VERCEL_PROJECT_ID | vercel project id |
VERCEL_ORG_ID | vercel org id |
For details, check here: https://github.com/marketplace/actions/vercel-action
In your linked Vercel project, following environment variable must be added:
Name | Description |
---|---|
MONGODB_URI | mongodb uri, ex: mongodb+srv://root:password@example.mongodb.net/bookworms?retryWrites=true&w=majority |