Skip to content

yuripramos/redwoodjs-dropbox

Repository files navigation

Redwood-Dropbox

Welcome to Redwood-Dropbox!
We ❤️ RedwoodJS

Diagram

Live Demo

https://redwoodjs-dropbox.vercel.app

Using locally

Prerequisites

Start by installing dependencies:

yarn install or npm run install

Then change into that directory and start the development server:

cd my-redwood-project
yarn redwood dev

Your browser should automatically open to http://localhost:8910 where you'll see the Initial Page of the App.

Redwood uses Prisma, a next-gen Node.js and TypeScript ORM, to talk to the database.

Note: Temporarily, I am using my own credentials for the live demo as proof of concept. However, if you plan on developing this project locally, you must update the values for DATABASE_URL, REDWOOD_ENV_FILESTACK_API_KEY, REDWOOD_ENV_FILESTACK_SECRET, and TEST_DATABASE_URL in the .env file that should be located in the root directory of the repository