/pern-stack

repo for my PERN stack project - using PostgreSQL, Express, React, and Node.

Primary LanguageJavaScript

PERN Stack

The PERN Stack is an acronym for Postgres, Express, React, Node. It's a set of tools to create a complete web application.

To understand this project, I recommend that you could know these tools:

  • Postgres
  • Express
  • React
  • Node

And this other technologies and libraries That I Use in this project:

  • Material UI
  • Docker

Installation

This project consists in a Web Frontend Application and a Web Backend Application.

First, clone the repo:

git clone https://github.com/vaancillo/pern-stack.git

to run the backend you can use docker: first you gotta make your own database server and fill the archive .env

docker-compose up
npm run dev

to run the frontend:

cd client
npm install
npm run dev