gabrielgagz / BlogApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlogApp

Screenshot

Made it with React, Node.js and Express.

Regenerate node modules (client/server):

npm install

Run (server):

node app.js

Run (client):

npm run

Production build (client):

npm run build

WARNING!

You need to set up environment variables for both, client and server.

Client (url of API KEY):

REACT_APP_API_URL

Server (for Sequelize/Postgres):

PGUSER
PGHOST
PGPASSWORD
PGDATABASE
PGPORT

About

License:MIT License


Languages

Language:JavaScript 91.2%Language:CSS 4.4%Language:HTML 4.3%