01-pavan / daily-code

Home Page:https://projects.100xdevs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Setup Locally

Install the Dependencies

cd daily-code
yarn install

Copy the env example

cd  packages/db
cp .env.example .env

Update the .env file with the database url

Migrate and the Database

npx prisma migrate dev
npx prisma db seed

Run locally

cd ../..
yarn run dev

About

https://projects.100xdevs.com/


Languages

Language:TypeScript 95.9%Language:JavaScript 3.2%Language:CSS 1.0%