ViacheslavBurlaka / pern-app

PostgreSQL, Express, React, and Node.js, JWT

Home Page:https://pern-todolist.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##Full-stack web application based on PostgreSQL, Express, React, and Node.js

client view

project diagram


In the CLIENT project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn build


###PosgreSQL:

\l => list of all databases
\c => move inside a database
\dt => show table in database

CREATE DATABASE perntodo; => create a database

CREATE TABLE todo(...); => create a table called 'todo'

About

PostgreSQL, Express, React, and Node.js, JWT

https://pern-todolist.herokuapp.com/


Languages

Language:JavaScript 91.8%Language:HTML 5.3%Language:CSS 2.8%