Skip to content
@dora-taskify

Dora

Dora

Dora

Dora is an application web to, do, drag, and drop. designed to take notes what to do today, yesterday, or tomorrow


Team Member Bootcamp-DumbWays

Name Role
Aldito Dwi Putra Sitompul Backend
Fadli Ramadhan Frontend

Web Application

empty

Features

  • Express Js Framework: Lighweight Backend Framework.
  • Prisma ORM: Powerful database interaction with schema-based type safety.
  • React: Component based UI and light client server render.

Prerequisites

To set up the project locally or for deployment, ensure the following tools are installed:

  1. Node.js (v16 or higher)

  2. Git


Environment Variables

To configure the project, create a .env file in the root directory. Add the following environment variables:

# Database connection URL
DATABASE_URL=your_database_connection_url (if want local)

# PORT
PORT=your_dedicated_port_backend

# SUPABASE
SUPABASE_URL=your_supabase_url (if want online)
SUPABASE_KEY=_your_supabase_key
SUPABASE_JWT_SECRET=your_supabase_jwt

Local Development

  1. Clone the Repository
  1. Install Dependencies
npm install
  1. Run Database Migrations
npx prisma migrate dev
  1. Start the Development Server
npm run dev

Pinned Loading

  1. .github .github Public

Repositories

Showing 3 of 3 repositories

Top languages

Loading…

Most used topics

Loading…