is a full stack application using PostgresQL as the database,Apollo-Express as the server,and React + Redux for the presentation layer. Users can add their own items with images and it displays the preview of the post in real-time.
Commands must be run from the server
directory:
npm install
npm run start:dev
Commands must be run from the client
directory:
npm install
npm start
npm run build