Skip to content

bvedang/Optimus

Repository files navigation

Optimus

Next.js application with TypeScript and App Router.

Prerequisites

  • Node.js 18+
  • Docker & Docker Compose

Database Setup

Start the Postgres database:

docker compose up -d

The database will be available at postgresql://postgres:postgres@localhost:5432/optimus

Stop the database:

docker compose down

To remove the database volume:

docker compose down -v

Development

Install dependencies:

npm install

Run the development server:

npm run dev

Open http://localhost:3000 to view the application.

About

Next js as central identity provider for multi-server setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published