Skip to content

alchemist-itbangmod/ask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ask

The best audience interactive in the world :)

Feature

  • ask
    • Coming soon !
  • organize
    • Coming soon !

Development ask-frontend guide line

  1. Change current directory to ask-fronend by using this command.
cd ask-frontend
  1. Install dependencies by using this command.
yarn 

or

yarn  install
  1. Start development server by using this command.
yarn develop

Development ask-api guide line

  1. Change current directory to ask-api by using this command.
cd ask-api
  1. Install dependencies by using this command.
yarn

or

yarn install
  1. Setting up environments.
    • HOST_DEV_DB
    • USER_DEV_DB
    • PASSWORD_DEV
    • DATABASE_DEV_DB
    • SECRET
  2. Start development server by using this command.
yarn dev