Skip to content

Latest commit

 

History

History
63 lines (35 loc) · 2.34 KB

README.md

File metadata and controls

63 lines (35 loc) · 2.34 KB

Easel

Easel is a drawing app built for creators.

Easel was made for a week-long Mintbean hackathon.

TypeScript NodeJS Next JS React CSS3 Prisma MySQL


Live App

Easel


Installation

Getting Started

Run your app in the development mode.

blitz dev

Open http://localhost:3000 with your browser to see the result.

Environment Variables

Ensure the .env.local file has required environment variables:

DATABASE_URL=postgresql://<YOUR_DB_USERNAME>@localhost:5432/easel

Ensure the .env.test.local file has required environment variables:

DATABASE_URL=postgresql://<YOUR_DB_USERNAME>@localhost:5432/easel_test

You can read more about setting up Blitz on their website.


Contributors

Bohdan Kornatskyi

LinkedIn GitHub

John Asher

LinkedIn GitHub


Resources