/Todo-App-Redwood-MongoDB

A super basic todo-app demo with redwood and mongodb

Primary LanguageTypeScript

Todo app demo with MongoDB and Redwood

This is a demo todo app to show how easy it is to get started with Redwood and MongoDB. The app was shown as a demo during RedwoodJS 1.0 Meetup, held in April 2022.

Instructions

  • Clone this project
  • Run yarn install
  • Create a .env file and define a DATABASE_URL environment variable with a MongoDB connection string.
    • You can use .env.example as a reference.
  • Run yarn rw prisma generate to generate the Prisma Client
  • Run yarn rw dev to start the app

Additional Resources