Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Victini

Victini is a full-stack web application project
that utilizes Docker containers.

The project is split into two main parts:

  • Frontend → Vite + Tailwind
  • Backend → Hono + Postgres

Requirements

Make sure these are installed before you begin:


Installation

Clone the repository:

git clone https://github.com/Beldumite/victini.git
cd victini

From the .env.example file

POSTGRES_USER=yourname
POSTGRES_PASSWORD=yourpass
POSTGRES_DB=yourdbname
DATABASE_URL=postgres://name:pass@db:5432/dbname

fill all the required value then renamed it from .env.example to .env

install all dependencies

cd backend && npm install
cd ../frontend && npm install

start the projects

docker compose up --build

stop the projecst

docker compose stop

About

A full-stack web of self food order

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages