Skip to content

codeday-labs-2021/bookworms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bookworms

Bookworms

Bookworms is a CodeDay Labs project to create a web app to share your ideas of a book with others.

Deploy client to Github Pages Deploy server to Vercel

Installation

Check client and server for how to install them.

Self-hosting

If you clone / fork this project and want to host it on your own, few configuration you need to do in advance.

Github Secrets

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

Vercel Environment Variables

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

Contributors

About

📖 🐛 bookworms is a CodeDay Labs project to create a web app to share your ideas of a book with others.

Topics

Resources

Stars

Watchers

Forks