Nostromos / what.ecom

PERN Ecom app for Codecademy's Full Stack path.
MIT License
0 stars 0 forks source link

Set up and configure postgres #11

Closed Nostromos closed 7 months ago

Nostromos commented 7 months ago

Create a PostgreSQL database and add the tables from your design.

You can use the command line or your favorite PostgreSQL GUI client to create your database and tables. Refer to this article if you need help getting started with using PostgreSQL locally.

As you progress in building your API, feel free to come back and add or modify the tables.

Nostromos commented 7 months ago

Completed! Used Mockaroo to generate all my sample data.