Skip to content

cjtim/sa-freelance-architect

Repository files navigation

Environment

Prerequisite

  • Node 12-14
  • yarn - npm install --global yarn
  • .env.development on root of repository

Start Development

  • yarn install
  • yarn dev

Database migration

  1. export these env in terminal or edit directly into ormconfig.js
    export PSQL_HOSTNAME=
    export PSQL_PASSWORD=
    export PSQL_USERNAME=postgres
    export PSQL_DATABASE=postgres
    
  2. yarn db-generate
  3. yarn db-migrate

env

NEXT_PUBLIC_LIFF_ID=
PSQL_HOSTNAME=
PSQL_PASSWORD=
PSQL_USERNAME=postgres
PSQL_DATABASE=postgres
FIREBASE_ACC=
NEXT_PUBLIC_FIREBASE_API_KEY=
NEXT_PUBLIC_FIREBASE_PROJECT_ID=xx-xxxxxxx-xxxxx

About

Platform aiming to manage freelance job with reviewing system, feedback, payment - built with NextJS, SSR, Vercel function, Postgresql

Resources

License

Stars

Watchers

Forks

Languages