Skip to content

medamine7/kisi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kisi mosaic License: MIT

A dockerized full stack app with a Nuxt frontend and Node/Express backend. It has a single page, with a mosaic layout gallery, which you can add to by uploading your own images accompanied with a title and a description.

Demo:

https://kisi-frontend.fly.dev/

How to run

USING DOCKER (RECOMMENDED)

Simply enough, just clone the repository, then build the image and start the container, using these commands:

  • cd kisi
  • docker compose up --build

The app will start on port 80, on http://localhost/

RUNNING EACH APP SEPARATELY

  • First run the server, by running these commands:

    • cd kisi/backend
    • cp .env.example .env
    • yarn install
    • yarn setup
    • yarn dev

    The server will start on http://localhost:3000/

  • Then run the Nuxt app by opening a new terminal and running these commands:

    • cd kisi/frontend
    • cp .env.example .env
    • yarn install
    • yarn dev

    The Nuxt app will start on http://localhost:8000/

About

Kisi mosaic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published