Skip to content

A drawing social media-like application. Where you can draw a post and then publish it to the global post thread. Other users can see it, download a drawing, or like it.

Notifications You must be signed in to change notification settings

kornatskyi/easel

Repository files navigation

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

About

A drawing social media-like application. Where you can draw a post and then publish it to the global post thread. Other users can see it, download a drawing, or like it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published