Skip to content

The server side of Breezly, a simple blog website.

License

Notifications You must be signed in to change notification settings

DMikaia/breezly-api

Repository files navigation

Breezly

Logo

Description

Breezly is a simple blogging website where users can create and share their blogs with other users.

Installation

$ pnpm install

Environment

# Clerk
CLERK_SIGNATURE=...
CLERK_SECRET_KEY=...
CLERK_PUBLISHABLE_KEY=...

# Database
DATABASE_URL=postgres://username:password@localhost:5432/db-name

# Gateway
GATEWAY_PORT=5000

# Node env
NODE_ENV=development

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

About

The server side of Breezly, a simple blog website.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published