Skip to content

trycssapp/web-back

Repository files navigation

css.app

This is a overcomplicated brainstorming app for the purpose of learning backend.

🚀 Installation & Running

Make sure you're in the server/ directory

Before you can run this locally, you need to install PostgresSQL.

When installing PostgresSQL, put the master password as postgres.

💪🏼 Install pnpm (package manager)

npm i -g pnpm

📦 Install the required packages

pnpm i

👀 Rename .env.example to .env

🏘️ Migrate Prisma Database

pnpm run migrate:dev

🔨 Runs with ts-node whilst watching src/ for changes

pnpm run dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages