jarvis2f / vortex

Home Page:https://vort.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vortex

Vortex Logo

Vortex is a simple and fast web application. It is built with Next.js, Tailwind CSS, and Prisma.

Vortex Docker Vortex Version Vortex codecov Vortex License

Vortex Dashboard

Vortex Umami

Installation

Docker Compose

  1. Copy the .env.example file to .env and fill in the environment variables.
  2. Copy the docker-compose.yml file to the root of your project.
  3. Copy the redis.conf file to the redis folder, and modify the password.
docker-compose up

Optional Steps for umami

  1. Copy the docker-compose.umami.yml file to the root of your project.
docker-compose -f docker-compose.umami.yml up

Backup and Restore PostgreSQL

docker exec -t vortex-postgres pg_dump -U postgres --data-only vortex > dump_`date +%d-%m-%Y"_"%H_%M_%S`.sql
cat dump.sql | docker exec -i vortex_postgres psql -U postgres -d vortex

Vercel

Deploy with Vercel

Development

Prerequisites

  • Node.js >= v20.8.1
  • Yarn
  • PostgreSQL
  • Redis

Getting Started

  1. Install the dependencies.
npm install
  1. Copy the .env.example file to .env and fill in the environment variables.
  2. Start the development server.
npm run dev

License

Vortex is open source software licensed as MIT.

Acknowledgments

About

https://vort.me

License:MIT License


Languages

Language:TypeScript 98.0%Language:JavaScript 1.3%Language:CSS 0.6%Language:Dockerfile 0.1%Language:Shell 0.0%