Skip to content

Backend for my personal website, will provide an API for the admin to update the personal website and an API for the frontend to consume this data.

Notifications You must be signed in to change notification settings

OTTTO/personal-website-backend

Repository files navigation

personal-website-backend

Backend for my personal website, this will provide a GraphQL API for the admin to update the personal website through the admin panel and for the frontend to consume this data.

Getting Started

Create .env file

POSTGRES_HOST=postgres
POSTGRES_PORT=5432
POSTGRES_USER=postgres
POSTGRES_PASSWORD=password
POSTGRES_DB_NAME=pwb
[email protected]
ADMIN_PASSWORD=password
JWT_SECRET=secret
SALT_ROUNDS=7

Install architecture specific modules

$ docker compose run web npm install

Running the app locally

$ docker compose up

About

Backend for my personal website, will provide an API for the admin to update the personal website and an API for the frontend to consume this data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published