Skip to content

tonkaew131/GuaranTree

 
 

Repository files navigation

Group F

Tech Stacks

  • Frontend:

    • Next.js static build
  • Backend:

    • Nest.js
    • postgresql

Build Script

  • Frontend & Backend:

    1. Go to frontend directory

      cd frontend
    2. Copy .env.template to .env && Config the key

      cp .env.template .env
    3. Install

      npm install
    4. Build

      npm run build
    5. Start server

      npm start

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.6%
  • JavaScript 17.1%
  • Dockerfile 1.7%
  • CSS 1.6%