Duration: Weekend Project
Problem: Create a gallery web app that uses React.
Node JS
Express
Body Parser
React
PG
PostgreSQL
- Clone repository
- Run
npm install
- Create a database with the name
react_gallery
- Copy in the
CREATE TABLE
query that is in thedatabase.sql
file. - The database is set up to run on port
5432
by default change this in thelistPool.js
- Run
npm start
I thank my instructors for their guidance in coming this far. Liz Kerber, Emma Stout, and Dane Smith are all awesome.