Skip to content

iiojib/presight-execise

Repository files navigation

Preview 1 Preview 2 Preview 3

Run with Docker Compose

Requirements

  • Node.js 22+
  • Docker and Docker Compose

Commands

git clone https://github.com/iiojib/presight-execise.git
cd presight-execise
cp .env.example .env # Adjust as needed
npm install
npm --ws run build
docker compose up --build

By default, the application will be available at http://localhost:8080. You can change the port in the .env file.


Run in VS Code Dev Container

Requirements

  • VS Code with Dev Containers extension
  • Docker and Docker Compose

Commands

git clone https://github.com/iiojib/presight-execise.git
code presight-execise # Or open in VS Code manually
  • Ctrl+Shift+P / Cmd+Shift+P -> Dev Containers: Reopen in Container
  • Ctrl+Shift+P / Cmd+Shift+P -> Tasks: Run Task -> Migrate Database
  • Ctrl+Shift+P / Cmd+Shift+P -> Tasks: Run Task -> Start API
  • Ctrl+Shift+P / Cmd+Shift+P -> Tasks: Run Task -> Start Client

Browser: http://localhost:8080


Run Manually

Requirements

Commands

git clone https://github.com/iiojib/presight-execise.git
cd presight-execise
cp .env.example .env # Adjust as needed
npm install
npm run env:migrate:up

In separate terminals:

npm -w server run dev
npm -w client run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages