Skip to content

marcelo-schreiber/PERN-art-gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

T1Gart | Gallery App

T1Gart | A public Art Gallery

A website sample is hosted in http://t1gart.herokuapp.com/ made with the PERN stack (PostgreSQL, Express, React, NodeJs).

View Demo · Report Bug ·

Prerequisites

Installation

  • Create a database in your postgreSQL terminal and a .env file in the root directory with the content

PG_USER=your_user

PG_PASSWORD=password

PG_HOST=host

PG_PORT=port

PG_DATABASE=name_of_database


- Install all dependencies using:

npm install

  • now, in root folder run:

node index

  • and in the Frontend directory use:

npm start

Your machine should be hosting an example in http://localhost:3000 and a restAPI in http://localhost:8080.

Contact