Skip to content

marezgui/matcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Matcha
#Node #Express #React #PostgreSQL

REQUIREMENTS

  • npm install (client & server)
  • [PRODUCTION] put the environment variables in a file named ".env" (NODE_ENV, PORT, DATABASE_URL)
  • [LOCAL] execute the sql code located in the database folder (schemas.sql)

RUN

  • npm run dev